top menu gradient

Save frames permanently

When an application is published, all its frames are saved and frozen in their current state. Each end-user that opens the application gets their own copy of the application, and the changes they make to the data in the application do not take any effect unless the frames are saved permanently.

To save frames permanently, you can either:

  • Use PUT or POST requests to send changes to an API service.
  • Save data using the flow editor.
  • Save frames using a database-like collection referred to as BASE and the respective table functions.
Contents