If only one parameter is to be updated, use Text Input; if multiple parameters are to be updated, use Dynamic Input.
For the process parameters to be updated, specify the relevant areas of your process design.
+ ADD ACTION menu, add the Process > Set Process Data action according to the desired trigger event (OnClick, OnChange, Initial Actions, etc.).
Parameter Definitions
ProcessId: The ID of the business process to which the data will be assigned. Example: process123
ParameterName: The name of the process parameter to be updated. If Dynamic Input is used, all parameters are taken from here. Example: CustomerName
Value: The value to be assigned to the parameter. It can be taken from the UI element or a fixed value. Example: txtCustomerName.value or dynamicInput1.value