Option set dropdown reference

I read all threads but did not find a similar situation.
Could please explain me why this doesn’t work? I cannot reference the value of the option set in my workflow.




There is type mismatch. The RSVP is of type yes/no. but the option set’s display is of type text.

For the Option Sets, add an attribute ‘boolean’ of the type yes/no. (Delete the existing attributes as they won’t be used. ) Then, For ‘Yes’ Option Set the value of ‘boolean’ to ‘yes’.

I would suggest to use a toggle element or a checkbox instead of the above.

Hope it helps.

Thank you! I understand it now.