What are you trying to achieve?
I want to add a filter which checks whether the given array results contains a specific string.
Steps taken so far
I am using todoist module which is listening to any updates to tasks. I want my scenario to only continue executing when the bundle returned by the trigger contains “Research” with the Labels array. How can i create a filter to handle this? I’ve tried using the contains function and the array operators:Contains but both of them don’t pickup the word “Research” from the array. How can this be fixed?
Thanks in advance for any help that you might be able to provide <3