
Announcements
Hello everyone,
Good day!
Problem:
The respond to power apps in flow FileLink returns incorrect path link:
When i have file_name with this length: RE_ Approval Needed - CE JAS'23 LFE Innovation Plot SIMPL Lite it returns the incorrect path. something like https://sharepoint.com/sites/Attachments/138/RE_%20Approval%20Needed%20-%20CE%20JAS
the correct one is: https://sharepoint.com/sites/Attachments/138/RE_%20Approval%20Needed%20-%20CE%20JAS'23%20LFE%20Innovation%20Plot%20SIMPL%20Lite%20.msg
But when i changed the file name to Approval Needed.msg I don't get any problem.
So my question is. is there any limitation to return filelink?
concat(variables('SharePointURL'), outputs('Create_file')?['body'])