So I've got a list containing multiple strings, depending on these strings I want to run 1 or more actions using a filter. When I use the 'in' filter to check if a certain string is in the list the matching condition is not met.
Example
input = ['block_ioc', 'reset_password']
Filter block:
I can successfully use the 'in' condition in a decision block, just not a filter block.
Any ideas?
Any reason why it has to be a filter and not a decision block? Do you want it to only match on one condition and ignore the other condition?