Problem with condition when querying model

John,

You’ll have this problem depending on your model order, and how you’re preforming your queries.
Suggest instead of using a ‘field from another model’ condition, use a ‘single specified value’ condition, and in your action sequence when the user selects the value, use an ‘activate and set value’ action to send the value to the condition before your query.
Another option would be to keep the ‘field from another model’ condition and query both models in the same action.
I’ve had better success with the former.