I’m trying to do something that I thought would be pretty simple but I just can’t seem to find a solution.
I have an input where the user enters a URL in a text input and then submits it. If that URL contains certain domains, I want to execute certain items in the workflow, otherwise skip.
For example, if they entered “https://bestbuy.com/product/blah-blah-123/” I would want the workflow to execute a particular action, but if it was "https://amazon.com/product/you-get-the-point/ then I would want it to skip.
In the above example I have any URL’s from bestbuy.com or samsung.com as my whitelist but I’ve tried so many commands and just can’t seem to crack this type of conditional value. What am I doing wrong?