Whenever a new email comes through, if it has an attachment, it will take that attachment and place it in a folder on a local shared drive under a specific naming convention.
Where I'm getting stuck at is how to do the condition aka check if the email has an attachment or not.
Trigger is When a new email arrives in a shared mailbox (V2). Parameters in the trigger is "Include attachments" = yes and "Folder" = inbox.
The condition is what I have so far:
I get the error below. Not sure what else to do here.