Function with Visual Update
To create a new API function with Visual UPDATE type, you need to go in your Cloud Backend dashboard :
- Click on API tab on the left column .
- Click on the 'New function' button.
- Insert the name of your function as in this example : 'updateUser'.
- Select 'VISUAL UPDATE' type.
- In 'Table name' part : Choose the right table from your database as 'users' in this example.
- Enter your input parameters.
- Select your Columns mapping.
- Click on 'Try' button to execute your function.
Bravo, you updated your row in your table 🎉
Your old table :
Your new table :