I’ve not been able to find a solution to this after searching the forums.
Users have a field called Category which is connected to a Category Option set.
I’m trying to do an API workflow on a list and the list to run on I want it to be on any users who have any of the categories on their user: category that the Job post has.
For example, I’m creating a job post with 2 categories(Animation & Directing). I want to run on any users who have either Animation or Directing in their Category list.
In my example, I’m using a State for the page which would contain all the selected categories in case they click the publish button before saving the job post to the database.
This seems like it should be a pretty simple thing to do if we had a “Contains Any” option, but without that it does not seem to work.
I’ll add that I’ve tried doing an “intersect with” but for some reason it keeps asking for (more) at the end, and the text stays red.