Retool Table User- Data Entry from drop-down

I am Retool Table Data Entry user. I have to select same option from drop-down list created in one column for the whole page. Right now, I click on each cell and then choose the name. Is it possible to select the same name for the whole page?
Please Help!
Thanks

the developer who created the app should be able to add an "apply to all" button that should be relatively simple

in a js query they will just put something like:

textinput2.setValue(textinput1.value)
textinput3.setValue(textinput1.value)

hope that helps!

Thank you very much!

1 Like