Disk space in /var/lib/docker/volumes/retool-onpremise-master_data/_data/base/
We’re running retool on premise and are struggling with disk space.
How to dynamically set state variables based on button click in Retool?
I’m building an app in Retool and need to dynamically update multiple temporary state variables based on button clicks. I have a table (table1
) displaying data fetched from a query (getData
), and I want to add selected rows from this table to different temporary state variables (tempState1
, tempState2
, tempState3
, tempState4
) using buttons.