Heyyo Bub Fam,
Found a neat little trick to make it easier to change option set selections in the editor when you’ve got a bunch of conditionals happening.
My use case:
I am making an app for disc golfers to practice putting.
The primary feature involves 41 “putt result zones” laid over a disc golf basket.
I wanted them to change colour depending upon which zone “the putt landed” (ie where they were selected)
After muck mucking about I figured out 8 conditions depending on the state of the basket element that works quite nicely (if I do say so myself)!
However, executing it involved copying and pasting the conditions from one and then manually changing the “zone” that applies from an option set list that corresponds to the same 41 regions.
Was it the best solution? Maybe not. But it works so who cares.
Anyway, 41 zones times about 10 option set zone changes times lots of editing was making me go crosseyed starring at this…
So with this ONE WEIRD TRICK I made this a heck of a lot easier!
I changed this…
to
and NOW the conditionals tab looks like THIS!
…so it’s a heckuva a lot easier to find what I need to change.
PHEW!
It was getting exhausting.
Hopefully that gives you some ideas to make temporary changes to your naming conventions to then be able to work fast in the editor!