Export and Import Table Data

Exporting

  1. Select the Table element.
  1. From the +ADD ACTION menu, select on Config Change → Export → Export Table Configs .
  1. Select the table you want to export.
  2. The applied filters and column settings are exported as a string in JSON format via the Export Table Config action and this data is saved in the Tables field in the Managed DB panel. For example, you created a data table named TableConfig and added Id and Json columns to it. During export, the table JSON data is saved in this table.

Importing

  1. Select the Table element.
  1. From the +ADD ACTION menu, select on Config Change → Export → Import Table Configs.
  1. Specify the table you want to import and configure the JSON settings.
  2. When you open the table again or click on the Import button, this previously saved configuration is reapplied to the table. It loads the table with the saved filters and column settings. Once these steps are complete, when you open the table again, it will automatically load with the last saved filter and column settings. This eliminates the need to readjust the table each time.