Hi I so I have this bunch of emails that my colleague sent with attachments and I have to follow up from the recipients for their confirmation by replying/forward the same on the same email with attachment every time. Right now what I am trying to build is a manual trigger which is connected to a excel sheet of all the customers who have not responded and then in the loop it gets the attachment ( get file content) which is stored in a filter array and then gets message id of the emails which is also stored in a different filter array and finally sends a http request to reply on the specific email with the attachment.
Manual trigger--> list rows in a table--> apply to each loop --> get emails (V3) --> filter array (emails) --> get file content (one drive business)--> filter array (PDF file) --> http request
The issue is that despite having subject filter and recipient filter the output in get emails is empty if anyone can help me understand what might be happening or any other way I can make this flow work I would really appreciate.