From repeating group to input

Hi !

This is something simple I guess but I can’t figure it out.
How can I transfer a selected data from a repeating group to an input ?

Hi there, @graziellamk… when you say transfer a selected data from a repeating group to an input, I assume that means the dropdown you are showing is a repeating group, and you want the selected option to show up in the input associated with the dropdown. If that is correct, one way to go is to use a custom state. When an option is clicked, run a workflow that sets a custom state to the current cell’s thing. Also, set the Initial content of the input to the custom state’s value. At that point, you should be good to go.

Hope this helps.

Best…
Mike

1 Like

thank you sooooo much :heartbeat:

1 Like