Set Form Data
Controlled node
Overview
This node is used to set the data of a form element. You can set data for all input elements, including text inputs, checkboxes, and list inputs. Each input requires data to be set in a specific format. See each element's documentation for the correct format. A typical example would be using AI Write to generate text and then setting the text on a text input element.
Inputs
| Input | Type | Description | Default |
|---|---|---|---|
| Page | Text | The name of the form page where the element is. | - |
| Name | Text | The name of the element you are writing to. | - |
| Data | Any | The data to set on the form element. | - |
| Run | Event | Fires when the node starts running. | - |
Outputs
| Output | Type | Description |
|---|---|---|
| Done | Event | Fires when the node has finished setting the data. |