Hellooo all!
Will put my solution here if I find the solution before some expert provides me the solution. So that more people can benefit.
I have a few buttons for the user to tap for choosing interests. I’ve placed the state which allows specific types ‘valid’, ‘invalid’.
When user taps on the buttons to choose interests, how then do I update record with the buttons which are in valid state (chosen)?
I reckon I need to tag each interest radio button to a page variable eg state_frisbee, preview value ‘frisbee’. And in the logic flow, once it’s tapped, state_frisbee turns ‘valid’.
Currently, Im stuck at this stage. How then do I add frisbee to the page variable called ‘interests’ and then update the record whenever another interest is chosen eg climbing without deleting the previous interests chosen?
Has it got to do anything with CONCAT, WITH_UNIQUE_ITEM, WITHOUT_ITEM (when invalid)?
Also, am I able to limit their interests to a maximum number?
Will try to figure out on my own simultaneously as well, but greatly appreciate your advice if you’ve been there done that. Cheers!