AirData Find Records Data Flow Template

find.jpg

Overview

This Data Flow template has two Data Operations with pre-configured components that allow app builders to find records stored in AirData by passing data from an App Object to this Data Flow and then transforming it to find it within AirData.

In Connections Builder, Data Flow templates can be found with pre-populated sample data. However, app builders should perform the necessary adjustments, such as selecting a different App Object or adding other Data Ops based on the use case.

AirData Insert Record Operations

This Data Flow contains three main parts:

Inputs

The Start pane keeps track of the inputs required by the Data Flow. 

  • No sample inputs.

  • App Object: Identity - created in AirData Builder, to perform the Airdata request on. Even if this App Object comes by default, app builders should select the one that is appropriate.
  • Payload: QUERY - to request data from the object.
  • Paginate: unchecked - for the system to retrieve the first 100 results.
  • Filter: sample value  - to request this value from the selected App Object.
  • Run Results: airdata_query output Variable of type Any that is automatically created to hold the results of this Operation.

  • Transform Expression: airdata_results.results - the Airscript expression to be run.
  • Output Format: Variable.
  • Type: List of Any.
  • Run Results: transform output Variable of type List of Any that is automatically created to hold the results of this Operation.

Output

The End step is where variables from the Data Flow can be used as an output.

  • Sample Return Value: transform of type List of Any.

Use Cases

  • Allow app builders to find records stored in AirData.