Hi Mates,
Actually, I am adding attachments to SharePoint from PowerApps using FLow, but whatever recently/Last selected that file/attachment only attaching to item, but the previous attachment is not getting adding.
from the below screen the first file is already saved from SP
the second file is added earlier as an attachment.
The third file is added last as an attachment. when the button trigger it saves only the Third one which is the last added.
how to loop/iterate a list of unsaved attachments from attachment control ..?
Please assist me.
Thank you
Hi @Anonymous ,
How did you upload the file to SharePoint using flow? Did you pass the based64 of the file to flow and create the file by Base64toBinary() function, right? Could you please share the flow steps to give us a hint?
If you want to upload all file in attachment control to SharePoint, The ForAll() function can be a good choice to loop the flow running. For example:
ForAll(AttachControl.Attachments, FlowName(...))
Anyway, we still need more details on your app/flow to provide a accurate solution.
Hope this helps.
Sik
WarrenBelz
109
Most Valuable Professional
Michael E. Gernaey
76
Super User 2025 Season 1
mmbr1606
71
Super User 2025 Season 1