How do I display the value of an input that place in a repeating group in another repeating group?

Good afternoon!
Can you please tell me this question? I have a repeating group, in which there is an input. After the repeating group there is another repeating group. The value of the input in the first repetition group is not saved in the database. Question: how do I display the value of this input in the second repeating group?

  • add a custom state to an element that is oitside both the repeating groups (therefore you can reference it from the repeating groups)
  • add a workflow when the input changes and update the custom state with the input’s value
  • you can now display the value of the custom state in your second repeating group

Unfortunately, it doesn’t work. As you can see from the picture, in the first repeating group I have 4 inputs with different values. In the second repeating group these values should be displayed, but only the last one (1234) is displayed.

of course if you have 4 inputs you need 4 custom states.
If you don’t know in advance how many inpits you will have to use a list and some workarouds

Yes, thank you, I understand that. But how do I correlate the upper and lower inputs? Because the values in the upper inputs I can enter, starting from any inputs, but they should be displayed as follows: the value of the first input should be displayed in the first cell of the second repetiang group and so on.


and then, if I have the values of all the inputs are equal, then only one value is added to the custom state, not all

this is the behaviour of lists in bubble.

In bubble it’s probably easier if you add a field to the data type you show in the first repeating group and update it any time the input change.

On you second repeating geoup you can reference the list of things of the first group, item number current cell index, field with the value

This topic was automatically closed after 70 days. New replies are no longer allowed.