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

In flow designer need to exclude the servers name starts with mc in trigger condition.h

Sounderrajan K
Tera Contributor

In flow designer need to exclude the servers name starts with mc in trigger condition.Kindly help me with some suggestion to implement it

1 ACCEPTED SOLUTION

@Sounderrajan K 

this should help you

AnkurBawiskar_3-1768988798362.png

 

AnkurBawiskar_4-1768988812085.png

 

AnkurBawiskar_2-1768988771903.png

 

AnkurBawiskar_5-1768988856038.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  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

7 REPLIES 7

Ankur Bawiskar
Tera Patron

@Sounderrajan K 

can't you add Starts with Operations in condition of flow?

AnkurBawiskar_0-1768893422379.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  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Hi Ankur,

 

Thanks for update.But I need to exclude the CI starts with "MC".

i.e<name doesn't starts with "MC".

 

Regards,

Sounder Rajan K

@Sounderrajan K 

Sorry my bad.

then that's not directly possible

In flow you will have to use Flow Variable of type True/False

Then use "Set Flow Variables" flow logic and use script to check if name doesn't start with MC, set true/false in that

Then use IF flow logic and add next set of actions if the value of flow variable is TRUE

💡 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  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

@Sounderrajan K 

Hope you are doing good.

Did my reply answer your question?

💡 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  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader