We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to set "From" email address in Flow designer which is used as Inbound email action ?

AbdurRahmanSnow
Tera Guru

Good afternoon.!
I have created an Inbound email action and have set the email.from in it, but how can we achieve this using Flow designer used as an Inbound email action?
Please help.

AbdurRahmanSnow_1-1772188262011.png

Flow designer:

AbdurRahmanSnow_2-1772188406066.png

@Ankur Bawiskar @Dr Atul G- LNG @Viraj Hudlikar 

1 ACCEPTED SOLUTION

@AbdurRahmanSnow 

you can't check that in condition

You need to use IF flow logic and check the FROM address using the Data Pill

Trigger -> From address and then use = or Contains

56.png

56.png

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

View solution in original post

5 REPLIES 5

Ankur Bawiskar
Tera Patron

@AbdurRahmanSnow 

did you try to use Recipients field and use contains?

55.png

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

Hi @Ankur Bawiskar 
Thanks a lot for your valuable reply
But Recipients means "Receiver", listed in the "To," "Cc," or "Bcc" fields.  Rather, I want to set the email that hits the ServiceNow instance as "From".
Please check.

@AbdurRahmanSnow 

you can't check that in condition

You need to use IF flow logic and check the FROM address using the Data Pill

Trigger -> From address and then use = or Contains

56.png

56.png

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

Hi @Ankur Bawiskar 
This is what I wanted. Amazing.!!! So, we need to use it in the if logic. Got it....!

Thank you so much.