How to change the value of an input based on a RG element?

Hi do you know How to change the value of an input based on a RG element selection?

I’m using an API and I would like to change the content of my input A every time the user makes a selection from a repeating group that has one input per row

Well…

There are several ways to do it depending on what exactly you are trying achieve. Some methods will not work depending on what you are trying to do.

So, can you be more specific? The element inside your repeating group is a button? A checkbox? Another input? What exactly are you tring to do? Can you share some images of your editor and workflows?

Thanks for the reply.

I’m trying to build an autocomplete search.

I have an input called search and as soon as the user types a repeating group that is connected to an API shows up and start filtering the text like a fuzzy search.

And I got stuck in this part: where the user click the thing that he is looking for in the RG and it gets automatically filled on the input instead of the user having to type the entire inquiry

I don’t have any workflow or conditions. All I have is filter in the API based on the values of the search input element.