I have this flow that can only process 1 PDF attachment. At this point in the flow, I've already checked if it has an attachment and if there are more than 1 PDF attachment. The last check I'm doing is to process if the attachment is a PDF or not, the first one, but in the following example, the email had a PDF attachment, but the Get Attachments V2 listed the email background and the signature logo, both IsInline: True as first and second, so my flow condition saw jpeg and the condition result was false and it shouldn't have been (because the only true attachment WAS a PDF). I only want the Get Attachments to get the actual attachments and not IsInline. Any support is appreciated. Thank you!

