Hi All,
I really need help to with a custom state list, the custom state list is a selection from a repeating group, I would need to capture the order in what it was selected or better said I need the index of the list.
Thanks everyone for your support
You mean like this?
Hi @viktor.ziegler ! On this case, you must put in cell of repeating group one checkbox for mark the state. After this, configure other Repeating group or inputs to show the or these states markes by you. I hope to helped you!
HI BimaAdhtiyaS_12,
Thank you for your quick response
not quit I have a repeating group and I have the selection.
and the Repeating group is sorted by Order Number ( saved to database) so when I select out of the repeating group I want to make changes to thing … and save it to DB, New order number should be the order in which the Items have been picked. I can not find a reference like custom state list index…
and forgot to say I got the split state to click and unclick
Thank you sociosemp, I got all this … what I need is to change the Order Number of the thing in this case Food Item, so each food Item has a Order Number.
I want to use the custom state List “cell index” to be the new order number of the Food Item. for me it is extremely important to sort them in the same way I clicked them, A little bit like FiFo (fist in first out)
Any thoughts to that?
Thanks in advance
to be honest looks cool
So have you solved this? sorry about the late response It was midnight at the time I responded to you
So what I understand is that when ordering the menu (food item) it will be added to “user order”, now it will sort based on the first item user order right? so it will be like this no?
HI BimaAdthiyaS_12,
No Problem I know that Time zones are difficult I am based in Europe
From your example, you are creating a new thing (your order) and I suppose that you have a workflow for each time you click the +button, right?
but what need is click Fried Chicken (1st), Rib-Eye Steak(2nd), Fried rice (3rd).
store that order 1st. 2nd, 3rd in a custom state and then make change in one step.
Because in my Database Fried Chicken has the Number 1 and Rib-Eye Steak 3 and Fried rice 2. I want to change in one step. How can I get the 1st, 2nd, and 3rd?
Thanks in advance for your help and support.