Save Data in Database¶
The save database data is a function in the cloud database functions which allows to write registers on the database this is a set which saves new data to the specified database path, adding or replacing any existing data at that path.

π₯ Entry vars ¶
- Should update DB cache: you could activate this function to update de database cache data.
- Updates to make to the DB: you can open the database path to view and modify the database.
- Database path: you can open the database path to view and modify the database.
****β Callbacks¶
- Error saving data: you can set functions after the database can't be saved.
- Data saved: you can set functions after the database can be saved.
π Example. ¶

- Select a button on the screen.
- Put a on press in functions menu.
- Activate a save data in database.
- Open the database path.
- Create a favorite collection.
- Create two fields, firstly name and secondly direction.
- Select which element will be used for input on the controller menu.
- Open the callbacks of in save data in database and add a send alert.
- Put OK in the title of the send alert.
