
Announcements
Building complex flow to add microsoft form responses to word document and add separate uploads into response specific folders (lots of files)
All working except for 400 character limit on sharepoint online.
Essentially all these files are automatically added to /apps folder on onedrive but I need them in a specific sharepoint location which I have successfully created automatically.
Happy to either move or recreate files.
But both have failed in my testing (Create file vs parse json and move file from onedrive to sharepoint)
Is there a way I can succeed without massive changes?
NOTE: The user can upload with multiple fields based on the following parameters:
Hello @Daniel-Kendall ,
the 400 characters is SharePoint/OneDrive limit for the URL length and it's not possible to bypass it. I'd recommend using shorter folder names or use file metadata instead of folders to organise the files (which is also the recommended way to handle files).