[4]Set Element Value

Last modified by LongVA on 2023/10/06 16:48

RCA.Activities.FormBuilder.SetElementValue

Description

This activity allows you to modify the values of a form while it is being displayed and the user is actively engaging with it. To change the form values, simply include key-value pairs within the activity. The Key represents the Property Name of the form component you wish to modify, while the Value is the value you want to assign to that property.

Project Compability

Windows

Configuration

Designer panel

  • Select Key - The element's key name is used to specify the field which you want to manipulate.
  • Select Value - The value you want to assign to that property

Properties panel

  • Common
    • Continue On Error - the automation keeps going if it has an error. By default, this option is False, which means that the process will be blocked when an error occurs.
  • Input
    • Form ID - The ID of the form you want to manipulate.
    • Key Name - The element's key name is used to specify the field which you want to manipulate.
    • Value - The value you want to assign to that property
  • Misc
    • Display Name - The name of the activity.
    • Public - public form or not.

 

  
Navigation