
Announcements
Hello,
I have a senario where i need to pull all attachment from item of sharepoint list and save those on sharepoint library, i am passing ID No. of sharepoint list from powerapp. I have managed to create the item on sharepoint library and pulled the link of those file by using apply to each(see attached), i am stuck on how to convert this as array and so, i can pass it to office script.
for example: if there are there file just created from my create file(file 1,file 2,file 3) then,
i would like to pass:
File 1 : Link of file 1
File 2 : Link of file 2
File 3 : Link of file 3
so, i can have something like attached(Excel) in excel.
No. of file isnot fixed.
Hi @Rsapkota1 ,
If you want to save the file name and file link in attachment to Excel, then you need an Excel table that has been created.
Excel sheets in my data source, and there is a table format.
Add an action in apply to each.
The result of my test:
I hope this helps.
Best regards,
Rimmon Li