Good Day everyone,
I recently started using Power Automate and have already encountered a small issue. I've set up a trigger to check incoming emails, and the first condition I created is to verify if the email contains any attachments. If there are no attachments, an automatic reply is sent to the sender.
Now, I'm working on the "Yes" part of the flow. I want it to proceed only if the attached files are in the .pdf format. If they are not, I want to send an email to the sender; if they are, the process should continue further. After some research, I've developed the Flow and used the "Attachments" parameter in the Apply to each loop and "Attachment Names" to the Condition itself. I attached some pictures
However, when I test the flow, I'm encountering two feedbacks. The first one is "true," which is expected as it confirms the presence of attachments. But I'm also getting a "false" feedback, which is puzzling me. I'm trying to understand where this false feedback is coming from.
I would greatly appreciate any insights or suggestions you might have to help me identify the source of the issue.
Thank you in advance for your assistance.