I am trying to check if an item exists in a collection that is based off a choice field that allows multiple selections, but it isn't working as expected when multiple selections are chosen.
I have a field "Reminder" that has multiple options (90 days, 60 days, etc.) I'm using "Add Item to Collection" to add the choices to a collection. I'm then using "Check if Item Exists in Collection" to see if a specific option was chosen. If a single option, such as 90 days, is chosen, everything resolves just fine. If multiple fields are chosen, it seems that it doesn't find it. I have a log to history list that shows the items in the collection and I can see the option is there, but check if item exists still says no.
Any help would be appreciated.