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!