I want to create a form based off data from a selected row on a table

In my application, I want to create a form that when a row in the table is selected and the form is opened, the form is hydrated with the data of the selected row. This is the SQL I’ve been using so far.

Any help would be appreciated. Thanks.

Hi @Ltwaphlz Thanks for reaching out! Can you use the selectedRow property? It sounds like you're trying to do something similar to this doc. If not, keep me posted! Happy to take another look :slightly_smiling_face:

1 Like

Hey there! Thank you for the response. It turns out I was using an outdated version of retool and didn't have the fields that have easily allowed me to complete my task. Now that I updated, the doc makes much more sense and I was able to get it working. Thank you again!