Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Dear Lissa,
Thanks for your updates.
Generally, the uploaded file will be saved in the Microsoft Forms folder in OneDrive for Business and named as upload file name+_your name+extension or upload file name+_your name+number+extension.
If you want to keep the upload file name, you may add the following expression in your flow.
For example:
Extract the original file name:
substring(items('Apply_to_each')?['name'],0,indexOf(items('Apply_to_each')?['name'],'_'))
Extract the file extension:
substring(items('Apply_to_each')?['name'] , indexOf(items('Apply_to_each')?['name'],'.'), sub(length(items('Apply_to_each')?['name']),indexOf(items('Apply_to_each')?['name'],'.')))
Please change the formula based on your flow environment.
After adding the formula, the flow result is like the following.
I check the folder and the created files and I see the preview of the files like the following.
So what is the outcome at your side? Some related screenshots are appreciated.
Note: Remove any private information before uploading the screenshots.
Welcome to share any updates at your convenience.
Thank you for your effort and time.
Sincerely
Cliff | Microsoft Community Moderator