Christy, the problem is that your condition assumes that theNeesUpdating
field is a yes/no field. However, NeesUpdating
field is simply a text/choice field. So you can’t compare text to the boolean values (true
and false
).
So, to fix the issue, simply update your Condition to compare with Yes
like on the screenshot below:
Remember, you don’t need any quotes or formula, you simply ned to type Yes
in the condition.