Skip to main content

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

InputTypeDescriptionDefault
PageTextThe name of the form page where the element is.-
NameTextThe name of the element you are writing to.-
DataAnyThe data to set on the form element.-
RunEventFires when the node starts running.-

Outputs

OutputTypeDescription
DoneEventFires when the node has finished setting the data.