I want to create a workflow where a product description will be checked to see if they contain relevant tags from a list. If so I have already added text that will be added to it, which works except for checking text against a list. How can this be achieved?
Ex:
I want to check if Item Description: (This Product is green and is a fan favorite)
Contains any terms from this list: (blue, green, yellow, pink) and also subterms if any.
How can I check text against a list in the workflow?