Hi Guys, I am having a problem with my flow.
So I have a PowerApps Application, that Creates an entry in a SharePoint List, in what I call here, List 1. That triggers my Flow, which creates a copy of List 1, into List 2, and gets all the attachments from List 1, and copies them over to List 2. It then deletes the entry from List 1. Essentially moving the List 1 Entry to List 2. Then it sends an email from a Shared Mailbox to a designated user, and to me.
Originally we were just using 1 attachment, so this flow worked perfectly for that. However I have been asked to allow up to 10 attachments. Now is where we have a problem. The flow works, however instead of putting all the attachments into a single entry in the sharepoint list, it is actually is creating muliple entries into List 2, and sending multiple emails.
I have looked at various solutions, and tried a few things including delay, absoluteuri, etc, but so far no dice.
So I need; When a New Item is created in List 1, that Entry including all attachments is then created in List 2, delete the List 1 entry. So in practical terms its List 1 to List 2.
As a bonus; if anyone can help. I'd like to attach the attachments to the email I send. I looked into Initializing Var, and appending, but that does not seem to work with the "Send an email from a shared mailbox (V2)", but I presume I did something wrong with my array. So if you can add that to the step, it would be great. I'd imagine the attachment copy would likely be similar.
I created per this tutorial; https://flow.microsoft.com/en-us/blog/multiple-attachments-single-email/
This is a copy of my flow;
