Description:
This step retrieves a value from the LookUp Data list.
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:

The “clsGetLookUpData” step requires the FlowWright Lookup Data to be preconfigured. To create a list, go to the Manage Config > Lookup Data page. A sample Lookup Data list is shown below.

Example:
Let’s build and execute the “clsGetLookupDataDef” example.
- Create a new definition named “clsGetLookupDataDef” and open it in designer mode.
- Drag the “UpdateVariable, clsGetlookUpData" step to the canvas.
- Connect the dots between the “Start” and other steps, as shown above.
- Define variables or globals to store the value and the result.
- Click the "updateVariable" step to configure its “Required” properties. Provide a name for the step, then click the Save button. Note: Click the "AI Predict" button to have the Copilot add new process steps that match your process description.

- Click the "updateVariable" step to configure its “Optional” properties. Click the button to configure multiple variables. Click the Add Row (+) button to insert an empty row. Enter a variable name and value. Click the Save button. You may add multiple variables and values using the Add Row button.

- Click the "clsGetlookUpData" step to configure its “Required” properties. Provide a name for the step and a lookup item text or a variable reference. Then click the Save button. Note: Click the "AI Predict" button for the Copilot to add new process steps that match your process description.

- Click the "clsGetlookUpData" step to configure its “Optional” properties. Provide a lookup category reference, a lookup item filter reference, and a variable or global to store the value. Click the Save button.

- The “Logging” configuration is necessary for documentation and also measures workflow progress and percent complete. This is achieved by configuring the step state and percent fields individually, as shown below. Configure the “Logging” using the following properties.

- Save the process definition, create a new instance, and execute it. Render the process instance. Click the process step to view its properties. The step should retrieve the lookup data value and store the result in a “variable.storeValue” as configured.

Definition Sample:
You may download the sample definition(s) from the link provided and later import them (drag-and-drop) into your FlowWright Process Definition (XML file) or Form Definition (HTML file) page.
Note: Please verify and complete the import process steps for any missing configurations, such as file path references and database connections. Then, save the definition to confirm the changes.
Click here to download the sample file.