The part above works correct but I don't know how to get all the data/rows in another file in SharePoint...
Solved! Go to Solution.
@abm I got it. I did a action get items of the SP list after creating the modified/new row. This helped me to get all the rows of the SP list. Thank you.
That is the binary content of a file, you need to have a file, or generate one to be able to create one in SharePoint.
Hi @ahmadbutt
You need to parse the JSON schema to get the file content.
https://www.youtube.com/watch?v=IDW3ikTHu9U
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @ahmadbutt
Also Yash got a good blog about this. Here you can see the schema which you need to use in your JSON Parser.
https://www.bythedevs.com/post/working-with-files-on-ms-forms-in-ms-power-automate
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @ahmadbutt ,
Could you please explain more details about the another file that you mentioned? Is it an existing file before the flow runs?
If it is an existing file before the flow rows, you could use a get file content action to get the file content firstly.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
As you can see in the screenshots; if I fill a Form than I get the (form)row in SharePoint list. After the new row or updated row I want to get all the data form the SharePoint list to a new file. This what I have tried but this only get the new/updated row of SharePoint(Forms);
New file; instead of the updated/ new row I want all the rows of the SharePoint list. See screenshot above... ###
So I want all titel and id-test from the SharePoint list ...now it only takes the new row that is modified.
Hi @ahmadbutt
This post could help you
https://powerusers.microsoft.com/t5/Building-Flows/SharePoint-List-Item-to-PDF/td-p/177110
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blog@abm Thanks but I already know this but I need to get all rows from the SP list to the new file. NOT the new row or updated row only...
Hi @ahmadbutt
Thanks for the reply.
Try this please
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my bloguhm..... I also tried that not the result I wanted...
Hi @ahmadbutt
From the screenshot I can see the create file is inside the loop. Once all the rows are appended then only you need to create the file. So try to add the create file outside the loop. If not I misunderstood your logic so please explain.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogThat did not work, that also get only the modified/new row only. I need to get all the rows of the SP list.
Hi @ahmadbutt
Thanks for the reply. Could you please explain why the create file is straight after the append to string variable? It looks like the create file gets executed more than once from the loop.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blog@abm I got it. I did a action get items of the SP list after creating the modified/new row. This helped me to get all the rows of the SP list. Thank you.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
23 | |
23 | |
23 | |
22 | |
17 |
User | Count |
---|---|
57 | |
39 | |
37 | |
29 | |
26 |