Added a Multi-Picklist field to the SF User object for “Country__c” which the user works/handles.
-
I made a RunningUser model like suggested in other conversations, that pulls the current user and the Country__c field fine.
-
Trying to add a condition to another model to restrict records to the countries selected in the users Country__c field, as below.
Comparing a Single item picklist to a multi-picklist.
Works fine if the RunningUser Country__c has one value selected. If I select multiple, the condition always fails. (All objects get filtered out)

With multiple countries selected, the model and queue is empty:
With just one, the model loads and the queue displays:
As a test, I made the model condition on a hard-coded set of values and that works fine with single or multiple:
What am I missing?
Thanks
Seth
