Hello,
My flow is when an item is modified and the column "Completed" is yes, it should send to another sharepoint list (to archive it).
So initially I will be creating an entry with an attachment (attachment 1) and save it
Then I will edit the entry and add another attachment (attachment 2) and select Completed dropdown to yes and it should go to another sharepoint list with all attachments. However, what happens to me is that it only captures attachment 2, attachment 1 is not captured.
Attached is my flow. Appreciate your help on how I can make all attachments appear in the sharepoint list archive please.
thanks!
Solved! Go to Solution.
Hi @CatPagulayan ,
It looks like you are deleting your list item in the loop as adding the attachment. The problem is that it will delete it after the first attachment. Try moving it outside the loop
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
Connect on LinkedIn
Hi @CatPagulayan ,
It looks like you are deleting your list item in the loop as adding the attachment. The problem is that it will delete it after the first attachment. Try moving it outside the loop
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
Connect on LinkedIn
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
12 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
20 | |
20 | |
17 | |
8 | |
8 |