How to add 'Does not start with' operator in Inbound email flow trigger conditions?

Karishma9
Tera Expert

Hello,

 

We want to supress our inbound email flow to not run on email where subject starts with 'Unsubscribe from" so that OOTB Inbound action will run for those inbound emails and for rest our flow will continue. But we dont have 'Does not starts with' operator in trigger conditions and also condition builder where we can write script is also not available in flow triggers.

Anyone have any idea how we can achieve this?

 

Thanks,

Karishma

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

@Karishma9 

check this link

DOES NOT START WITH filter 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Karishma9
Tera Expert

@Ankur Bawiskar we dont have a condition field where we can call a script include in inbound flow trigger.

@Karishma9 

then you can have custom flow action which will check if the inbound flow needs to proceed or not

within that custom action use GlideRecord and that logic shared in the above link

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Ankur Bawiskar no we cant do that.. If we do that then our flow will trigger and OOTB Inbound action wont, which we dont want. We dont want to trigger our flow at all in this case so that OOTB inbound action will trigger and perform all actions for Unsubscribed notifications.