How to pass result from query to my retool database tabel

Hello,

I have an query that passes the resulting data into a tabel component. How do I pass the qurey result showing in my tabel component into my retool database tabel? I like to use the query result to performe a bulk insert operation to my Retool database tabel.

Take the data from your initial query and then once that has loaded into the table component you could run the Bulk Upsert query to insert that data in to the Retool database

1 Like