Hi all,
I've made a flow that starts from "when a new email arrives", and wondering if a solution exists for the below idea.
If there is no attachment, do "AAA", else check attachment name,
Then if attachment name contains .xls or contains .xlsx, do "BBB", else do "CCC".
The problem #1 is that the pictures inserted in email bodies are considered as attachments in the flow.
The problem #2 is that the check on attachment names is made for every single attachment.
For instance if an email arrives with an Excel file AND some pictures in the email body, I would like the flow to do "BBB" only.
But right now the flow does "BBB" and "CCC" depending each single attachment.
Any idea to make that happen please?