Flow Designer Contains if condition

bhardwajm
Tera Contributor

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

2 REPLIES 2

Ankur Bawiskar
Tera Patron

@bhardwajm 

so where are you stuck?

share screenshots

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

Karunakaran
Giga Guru

Hi  @bhardwajm 

 

if your requirement is a desired number of keywords, please use if statement with AND conditions..

example:

Karunakaran_0-1780319667531.png

 



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.