Hey there peeps, is there a way to search an object within a task with multiple strings that are connected with a logical OR?
Meaning, the search should return a result when an object exists for either string1, string2 or string3.
Currently I’m doing this via three separate search steps.
Here’s what I’d like to achieve
What I’m ultimately trying to achieve is to find a Hubspot company object based on different URLs, since I don’t know which URL is present in our system.
Appreciate your input. :)