Lookup Flow Step

Use the Lookup step to get data from an app cache on the AppNetwork.

This is useful when additional data is required before performing the next flow steps. This could be because related data is required for the flow or to validate source data before making a change in the target system.

Step Inputs

In the Edit Step menu, you can add details about the step configuration as needed for your flow. 

Step Details

Configuration

Note: If something other than N/A is selected and the step fails, there is no way to evaluate or make additional decisions based on the step result. To troubleshoot while maintaining step failure criteria, select N/A, and follow the Lookup step with a Conditional step to inspect the output for the number of results and stop the flow if the Conditional step fails.

Filter Expressions

Select Add Item to add a filter expression to limit the records displayed during a lookup operation. If you add multiple properties, the Lookup step includes all of them in the flow. In Figure 1, the Lookup step evaluates both the ID and the cache ID in the filter expression. 

Figure 1

Properties

Select Add Item to define which properties to select from the records found during the lookup. If no properties are selected, the flow will return all properties.

Step Outputs

This step returns an array containing only the data objects that matched the specified criteria. If no objects matched, the array will be empty. To access a property within a matched object, use its index (e.g., [0] for the first matching object, [1] for the second matching object, and so on). 

You may see one of the following step statuses after running the Lookup step: 


If your flow step failed and you didn’t choose N/A, there is no way to evaluate or make additional decisions based on the step result.

Example Use Cases

A common use case for the Lookup step is to acquire additional data before performing the next flow steps. For example, you can use this step if you need to retrieve required vendor data before posting an invoice.

The Lookup step can also be used to validate source data before attempting to make changes in the target system. For example, you can use this step to ensure that a particular job isn’t locked or doesn’t have inactive phases in the source system before making budget updates in the target system.

Figures 2a and 2b show a Lookup step being used to look up a company’s headquarters information. This is useful if you want to confirm that an employee has the same address in each of two systems. This flow step would be followed by a Conditional flow step to confirm its results or stop the flow.

Figure 2a

Figure 2b

Was this helpful? Give us feedback.