I am getting the specific item from document library I am using below expression)
Set(VarAttachments, LookUp(GETAttachments, ID = 3))
where GETAttachments is sharepoint document library. I want to get this item's attachment and attach it in Attachment box by default.
If you type GETAttachments. you will get below option but not attachment

This all are the options available for that ID. How can I get the Attachments attached to that item? I want to use that in attachment control.
@WarrenBelz I have seen your several answers but not able to find anything.
Help would be appreciated.