In flow designer need to exclude the servers name starts with mc in trigger condition.h
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
In flow designer need to exclude the servers name starts with mc in trigger condition.Kindly help me with some suggestion to implement it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
can't you add Starts with Operations in condition of flow?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
48m ago
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! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
