Hello
I'm working on an email workflow in Dynamics so that, whenever an email enters system, it is checked for whether a specific attachment is included. i.e. it just checks the email attachments for an attachment with a given filename string, and then either performs an action on that record (or doesn't) accordingly.
Whilst I can make a view that will filter all emails with this attachment, I cannot find the same Attachments (Item) option in the dropdown in the workflow wizard.
Please may I have some advice on how to achieve this. I have lots of additional workflow solutions (like Jason Latimer's ones), and delete/add attachment by name having counted attachments before and after was one idea. But for whatever reason it never thinks the count has changed when I compared the before count to the after one.
Thank you