Filtering when Input matches a list of values

I am trying to create a filter on a Workflow it only runs if the value of an Input field is equal to ‘facebook’, ‘twitter’, ‘linkedin’, ‘youtube’ or 30 other social network names.

Screenshot 2024-07-22 at 1.54.49 pm

What’s the best way to do this? I tried adding all the possible social network names as an Option Set but couldn’t get the expression to work correctly.

Can anyone advise the best way to do this (Option Sets, Database Things, etc)? And what would the correct expression be here?

Thank you!

if those are just the set of inputs you want to create a filters on, I think Option set will do…
something like;
image
This might not be the best way, but it’s a way :slightly_smiling_face:

That’s perfect. Thanks so much.

I hadn’t seen the ‘is in’ operator on account of it being at the bottom of the list. Great to know!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.