Skip to content

Form state: set property value

Available since: 1.0.0

Sets a property value on the current form state in scope, which can be used on validation and submission.

Fields

Name of property

Nested properties are supported by using dot notation. Example: level1.level2

Value of the property

The value of the property to be set.
This field supports tokens.

Interpret above value as YAML format

Nested data can be set using YAML format, for example mykey: "My value". When using this format, this options needs to be enabled.