Flow Designer Contains if condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi AlL,
Created a custom table with some keywords record, needed to match where shirt description
contains one the keyword, Loop should run and check each keyword individually one by one and five result as true on matching
Use if ""contains" conditon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
so where are you stuck?
share screenshots
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
Hi @bhardwajm
if your requirement is a desired number of keywords, please use if statement with AND conditions..
example:
if it is not desired number of keywords and you want to fetch it from a custom table.. you need to get the keyword records and create an action with script step.
Hope this helps.