Set Process Data Action Application Steps

  1. Log in to the Kuika platform.
  2. Open the relevant project from the Apps screen.
  3. Switch to the UI Design module.
  4. Open the Properties panel on the right side.
  5. If only one parameter is to be updated, use Text Input; if multiple parameters are to be updated, use Dynamic Input.
  6. For the process parameters to be updated, specify the relevant areas of your process design.
  1. + 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