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

3 REPLIES 3

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