-1

I have an title name to update which is dynamic I will be passing that through uipath, but how can the title be updated to an existing ppt

  • 1
    wht have you tried so far ? https://stackoverflow.com/help/minimal-reproducible-example – D.L Jul 04 '22 at 12:15

1 Answers1

1

I would expect the following to work:

slide.title.text = "New Title Text"
E_net4
  • 27,810
  • 13
  • 101
  • 139
Martin Packer
  • 648
  • 4
  • 12