I’m using Option Sets to define the status of a job (“job proposed”, “not yet paid”, “delivered”,…).
Sometimes, I need to test this status and show messages to users accordingly. As Bubble “merge” functionality isn’t that efficient, I’m building something with a new attribute to my Option Sets, that would represent some chronological ranking. I would set a unique ranking number to each option.
Thus, I could use an expression such as “if Job’s Status > 5, then message = …”, that would provide yes from a certain timing in the job’s evolution. That’s great.
Now here’s my question :
Weren’t the Option Sets supposed to deal natively with this ? If so, could someone indicate me how to do ?
“or ranked by numerical similarity to another option”