Set lookup data value

Last published at: April 26th, 2021

Description:

Set lookup data value.

Inputs

  • Category—Lookup category
  • text—Lookup item text
  • value—Lookup item value

Returns

  • True – step executed successfully
  • False – step failed to execute

Usage:

clsSetLookUpData step requires FlowWright lookup data configuration:

Example:

Let’s build and execute the clssetlookupdataDef example.    

  • Create a new definition called “clssetlookupdataDef”
  • Select the definition and click the “design” button
  • Drag a "clsSetLookUpData" step to the canvas
  • Connect the dots between the start and "clsSetLookUpData" step
  • Click on the "clsSetLookUpData" step to configure its properties
  • Configure the following values for the properties as shown on the below graphic

  • Save the process definition, create a new process instance and execute. The process step should set/update the lookup data value as configured.