Forum Academy Marketplace Showcase Pricing Features

Triggrig data from repeating to input

hi bubblers
i am using search and auto correct to find a user in a repeating group after that i want a full name should writen in that input field. how should i will do this?

What action would trigger this to happen? A click on the repeating group cell or just filtering the repeating group down to one user?

a click on the repeating group

Make the input’s value equal to a custom state. Then whenever you click on the repeating group cell, trigger a workflow to set the state to the value of the cell’s user’s name.

1 Like