[3]Get Element Value

Last modified by LongVA on 2023/10/06 15:50

RCA.Activities.FormBuilder.GetElementValue

Description

Retrieve form component values during runtime using key-value pairs. Use the Property Name as the Key and your desired variable as the Value.

Project Compability

Windows

Configuration

Designer panel

Select Form - Select the form file you want to get the values from.

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.
  • Misc
    • Display Name - The name of the activity.
    • Public - public form or not.
  • Output
    • Output Data - The value of the element which has the key you just entered.

 

  
Navigation