I have a simple flow that flow that has two loops. I'm having issues with the get attachments in the second loop. it's simple request to get all the emails form an outlook folder and move them to a subfolder and then also write them to SharePoint
This works fine. Issue: I'm also checking to see if the emails have an attachment so if it does I'm writing the attachment as a file. This works great if you write with a trigger "When the email arrives but this is a get mail loop. There are no examples. it sees all 3 attachments but the get attachments can't find the attachments and the action fails with this error.
Thanks