Setting up the backend of Stateful component (like button)
Managing the stateful components requires the creation of a database that keeps track of the state for each component, and API requests to exchange the information.
[state:active][action:remote]
[state:default][action:remote]
Create the backend table


Create the API requests in the Data Collections section

Binding the API requests to the UI elements
πΎ Example files
Last updated
Was this helpful?