Hi there!
I’m facing a problem. In the app is a cart where the user can add some products.
I created to custom states:
- a text list - for items
- a number list - for quantity.
There are two inputs: one for item’s name; and other for quantity of each item.
I made a workflow that set the custom state as: current custom state:plus item: input.
There are two repeating groups (one of type text and another of type number). Datasource are the custom states.
But, when making this for the quantity; if the user puts Item A x 2, Then, if he tries to put item B x 2; it fails.
Because the repeating group items is showing both elements; but the repeating group number is showing only one “2”.
Why is it happening?