Quite simple, I have a checkbox on a page:
When I create a Thing:
- If it is checked, I want a certain value to be Option A from an Option Set
- If it is unchecked, I want a certain value to be Option B from an Option Set
Currently I have this working by having duplicate steps, which each have an ‘Only when checkbox is checked/unchecked condition’
Is there an easier way to do this without having to create/maintain multiple steps (or use a backend workflow…)???
Thanks