Send data when a component is clicked using only hidden fields (without the need for any form inputs)
Add or Edit Records
This is very useful if you want to pass values that are available in the system as variables, custom variables or calculations in a single click.
Example : Voting buttons
A common use is in voting systems - to update a field with a new value automatically when the button is clicked.
You can set the action to edit or add a new record when triggered.
After choosing which record to edit, we send the value of our calculation action to the votes field.
The votes field will be updated in the database, and the new value will appear on the interface.