Hi! I'm creating a flow which would pick an attachment from the SharePoint list and would send it via e-mail. Here is my SharePoint List:
So I want the flow to take the attachment associated with a particular ID e.g. ID=1.
In my current flow I'm using a standard controls like Get attachments and Get attachment content. It leads to a situation when the flow gets all the attachments from every item. So I wonder is there a smart way of forcing the flow to get the attachment from the ID I need, not from all IDs? Thank you for help!
Hi @Mikhail81 ,
I would start with a Get Items first because there you can use a filter to get ID eq 1 and allow the Get Attachments and Get Content to do what you need them to do by referring to the upstream action. Please try and mark as a solution! Always glad to help! Tom 👍🏽