Field Value Changes

Field Value Changes is an event used in the Rule Panel that primarily monitors changes in a input fields. When the value of the selected field is modified by the user, this event triggers the configured condition and associated action automatically—allowing for responsive and dynamic behavior in your application.

Properties and Explanation

To configure the Field Value Changes event, the following property must be defined:

1

Field Name:

This property allows you to select the input or UI field that will be monitored for any change in its value.

It supports text inputs, labels, and other user-editable components. Once a change is detected in the selected field, the linked condition (if any) is evaluated, and if satisfied, the defined action is executed.

Full Configuration Example

The image below shows a sample configuration of the Field Value Changes event with the Field Name property selected:

This screenshot shows the complete configuration of the Field Value Changes Event, including the relevant property set up on the page
  • Two Text Input fields—UserRole and AdminRole—are placed on the page.

  • The Field Value Changes event is applied to both fields.

  • When the value of either field is modified, the event checks for the defined condition and action will be performed.

Last updated