I have two dropdown choices, how can I use the variable of the option that was not chosen?

Hi, thanks to a lot of good advice I managed to learn a lot and program some small solutions.

I have a question… I have a dropdown with two choices. I can easily use the value that the user has selected as a variable.

How can I use the choice he didn’t select as a variable?

Thank you

Lots of ways… but probably the simplest is to refer to the original list (of 2) items: minus item (the selected item): first item.

This topic was automatically closed after 70 days. New replies are no longer allowed.