
Announcements
Hi all,
I'm attempting to build a Microsoft Form for our employees to use to submit structured documents on a regular basis. I want to use an Automated Flow to handle the response.
In a separate SharePoint, there exists a folder for each location specified in Question 1, and subfolders for each Document Type:
OtherSharepoint\Logs\LocationName1\DocumentType1\
OtherSharepoint\Logs\LocationName1\DocumentType2\
OtherSharepoint\Logs\LocationName1\DocumentType3\
For each of the three document types, I want my flow to move the uploaded document to the appropriate folder and rename it with today's date. For example for DocumentType1, I want it to move to:
OtherSharepoint\Logs\LocationName1\DocumentType1\TodaysDate.pdf
I am having trouble extracting the data from Question 1 and using it in the "Move" action for SharePoint. I can't find documentation for how to pull the content of the responses and use it dynamically in the destination. Any insights on how to do this?
Thanks!
Hi @Anonymous,
Please refer to this post to learn how to get the file content of the upload file in MS Form:
After that, you can create a file in a folder, it is equals to move a file, when you create the file you can rename it:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.