Then use the Call HTTP Web Service action to get a response that includes the attachment URLs and filenames. The Address for the action needs to be as follows:
{Workflow Context:Current site URL}_api/web/lists/GetByTitle('{Workflow Context:List Name}')/Items({Current Item:ID})/AttachmentFiles
The Request Type is HTTP Get and the Request Headers should go to a text variable along with variables for the Response Content, Response Header, ad Response Status Code. You will need to insert references to the Current site URL, List Name, and current item ID. Be sure to include the single quotes around the List Name token.