Hello,
I’m trying to set a value for a custom state, based on another custom state value and I would like to use a kind of “switch structure” - for those familiar with standard coding.
To be more specific:
- if customState1 is between 0 and 10, custom State2 must be set to 1
- if customState1 is between 11 and 15, custom State2 must be set to 2
- if customState1 is greater than 15, custom State2 must be set to 3
How can I do that in Bubble ?
Thanks for your help.