Actions: Form
Populate Form Data
Populates data into elements linked to a form element.
Argument | Description |
---|---|
Element | The form element whose linked elements will have data populated into them. |
recordID | A variable or text or field element containing the ID of a record from the form element’s linked table. |
Refresh the Form
Refreshes a form. If there is a table and record associated with the form, it will be set in the form. Otherwise, it will be emptied.
Argument | Description |
---|---|
Element | The form element to refresh. |
Reset Form
Clears the table’s RecordID and free up the form.
Argument | Description |
---|---|
Element | The form element to reset. |
Submit Form To Database
Submits the data input into a Form group to the database.
Argument | Description |
---|---|
Form | The Form group to submit. |
Output | The output variable to place the new or updated recordID into |
This chapter was last updated on Wed 8 Feb 2023 14:24:05 GMT