Set Field Value Action

The Set Field Value action allows you to dynamically assign values to specific fields on your page, such as input fields or labels. This action is essential for customizing the content displayed to users based on certain conditions or inputs.

Properties and Explanation

Here are the steps to follow in order to use the set field value action:

1

Field Name:

This property allows you to select the field where the value will be set. You can choose any available field (such as a label, or input field) that is part of your page's UI.

2

Value Expression:

The Value Expression defines the actual value that will be assigned to the selected field.

The Value Expression utilizes the Formula Editor, See how the Formula Editor work.

3

Append to Existing Text:

Enabling this option ensures that the new value is added to any existing text in the field, rather than replacing it.

Full Configuration Example

Below is a screenshot of the Set Field Value action configuration, showing all properties set for the Field Name, Value Expression and Append to Existing Text:

This screenshot shows the complete configuration of the Set Field Value action, including all relevant properties set up on the page.

After executing the action, the Name and Email fields will display "Hello".

Last updated