Get lookup data value

Last published at: April 26th, 2021

Description:

Get a lookup data value.  

Inputs

  • Category—Lookup category
  • text—Lookup item text
  • varGlobal--Variable/Global to store the value

Returns

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

Usage:

clsGetLookUpData step requires FlowWright lookup data configuration:

Example:

Let’s build and execute the clsgetlookupdataDef example.  

  • Create a new definition called “clsgetlookupdataDef”
  • Select the definition and click the “design” button
  • Drag a "clsGetlookUpData" step to the canvas
  • Connect the dots between the start and "clsGetlookUpData" step
  • Click on the "clsGetlookUpData" 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 step should get the lookup data value and store the result in variable.result as configured.