Hello,
I am creating flow to create a case when we receive an email in shared mailbox using custom flow. I want to trigger a flow based on filter expression because I do not want unnecessary triggers for flows. I want to trigger a specific flow so I have added condition to check subject of email like To check "cancel" or "order" keyword of email subject.
On create or update of email...
Filter Expression = contains(subject,'%cancel%'). IF email subject contains "cancel" keyword then trigger a flow.
The above condition is not working. It's not triggering a flow. I have used xrmtoolbox to copy expression but still it's not working for me as per this video :
https://www.youtube.com/watch?v=U_hXOFokymg
Could you please help me on this.
Thanks
Pradip