execute-entities
Execute-entities is used to modify, create, and delete multiple rows in a specific table in a database.
Execute-entities can't be used if you're using Static Data.
An execute-entities action can be used in multiple areas:
- Under action button
- In action list
- In onPress/onChange events (if the component has these options)
- In onRefresh/onFocus
With the execute-entities action, you can reference data properties and values as a group instead of listing them individually to be saved or created. See the data-grouped example below:
Dealing with offline remote data is fundamental to ensuring data synchronization and consistency between the mobile app and the remote data source, allowing users to continue using the app and performing actions without interruption. Offline remote data handling explains how to configure solutions to deal with data when the device is offline using the queueOperations property available in execute-entities, and provides examples and code samples.