I have a file that the robot uploads into SP and creates a download link in an email to this file. Whenever this file has a “&” in the filename, the download link fails since “&” should really be a “%26” for it work. Does UiPath have any built-in methods/activities for facilitating this encoding?
See example below:
This one doesn’t work:
/sites/teams/roboticsqa/DocumentCenter/BotID-1/Error-UK%20T&E%20Single%20-%20Partnerships-2019-02-04%2010-45-31.xlsm
This one works:
%2Fsites%2Fteams%2Froboticsqa%2FDocumentCenter%2FBotID-1%2FUK%20T%26E%20Single%20-%20Partnerships-2019-02-04%2011-12-29.xlsm