create file
1 TopicSharePoint Create File action does not support certain characters
I'm trying to use the Create File action in Power Automate with SharePoint Online. However the operation fails with the error "File not found" if the filename includes # or % Both of these are valid characters in SharePoint file names. The Update File action works fine with filenames that contain these characters. I've tried using the encodeUriComponent function on the filename. This does allow the file to be created, but # and % characters are replaced with %23 and %25. I've also noticed that the characters { } and ~ get replaced with _ Any suggestions?