admin管理员组

文章数量:1279055

Goal: I've been given a Retool app that is collecting configuration data for another app. That config data is input manually, yet it's a large amount. Thus users need to be able to "save" all data provided so far and "continue" next day. This is the feature I need to add. I am developing and will be running the app from in-house self-managed Retool servers.

In Retool I've seen the option to add an export-event handler to a button and I tested it by downloading a full table. The output is great: csv, json,...

However, I don't know how to make it export the values of several different textInput boxes at once. This would be the "save" part I mentioned above.

Furthermore, It's unclear to me how could I import those values back into their corresponding textInput boxes (the "continue" part).

I have about 300 such input boxes that I would need to be able to export/import.

Are both things possible in Retool? Maybe only through transformers? Maybe through some kind of "state" export?

本文标签: ExportImport user provided data frominto a Retool appStack Overflow