Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Flow designer inbound email trigger case sensitivity

maro
Tera Contributor

Hi Community,

I was wondering if ServiceNow offers a way to prevent case sensitivity on inbound email triggers in Flow Designer?
I'm working with a customer where inbound emails subject varies a lot.

Example:

I have a flow that triggers when email recipient is = test@test.com, but i some cases customers might send an e-mail to Test@test.com or TEST@test.com.

Thanks in advance!


14 REPLIES 14

Michael Fry1
Kilo Patron

You can use toLowerCase() or something like this: email.recipients.toLowerCase()

Then it will take the data and convert it all to lower case.

How are you able to do this in Flow Designer ? Doesn't give you the option to do that to the recipients as part of the trigger. 

We don't do it in the trigger. The trigger just reads if it's a Reply or New email.

Hi Michael,

Thank you for your response. Unfortunately this is only supported in the inbound email action, and not the Flow Designer.