Usage Scenario: Updating the Customer Name Parameter

In a project management tool, the manager is required to first retrieve the data of a specific process using the Get Process Data action, and then update it using the Set Process Data action according to user input.

Application Flow:

Elements:

  • Text Input → ID: txtCustomerName
  • Dynamic Input: ID: dynamicInput1
  • Button → Label: “Update”

Action:

  • The user enters the process ID and the current data is displayed with the Get Process Data action.
  • The fields to be updated are entered via Text Input or Dynamic Input.
  • When the “Update” button is clicked, the Set Process Data action is triggered and the selected parameters are assigned to the process.

Add Action:

  • OnClick → Process → Set Process Data
  • Parameters:
    • ProcessId: process123
    • ParameterName: CustomerName (or all parameters with Dynamic Input)
    • Value: txtCustomerName.value or dynamicInput1.value