Hi,
I would like to upload my MS Form uploaded file into my SharePoint list. Right now, I was able to upload all the files inside the first upload option. The problem is that I am not able able to upload the files in my second question (most of the time, my user have more than 10 files, ). Please see Picture below as an example. N.B. the MS Form was created in a group form, the file are stored in a Team to be then transferred in my SharePoint list.
Example:
Solved! Go to Solution.
Hi @Anonymous ,
You need to use the same method to get the attachments in the second question.
You could add a parallel branch to get the file and add them to the list.
Please check this similar thread and see if it helps:
Please take a try and feel free to let us know if you have any questions.
Best Regards,
Ok,
I figure out what the problem was. I wasn't using the right question at the right place. Here is what the result looks like. Also, instead of finding the file path myself I used the link inside the JSON File which seems to work really well:
Hi @Anonymous ,
You need to use the same method to get the attachments in the second question.
You could add a parallel branch to get the file and add them to the list.
Please check this similar thread and see if it helps:
Please take a try and feel free to let us know if you have any questions.
Best Regards,
Hi @v-bacao-msft ,
Thanks for the tips. I already tried to create a parallel branch but I have a problem with the apply each. Could you specify where I should add this new branch?
Ok,
I figure out what the problem was. I wasn't using the right question at the right place. Here is what the result looks like. Also, instead of finding the file path myself I used the link inside the JSON File which seems to work really well:
User | Count |
---|---|
96 | |
40 | |
25 | |
23 | |
16 |
User | Count |
---|---|
129 | |
52 | |
48 | |
36 | |
24 |