Fetch IQA Data

This action will execute an IQA query and store the results in a property which will be passed to subsequent actions.

Input Output
None - Any (`JSON`) (Passthrough) - IQA Data (`array`)

Limitations

Because workflows are executed on distributed systems, there are limitations on the size of the total dataset that can be returned. This limit varies between runs, but is typically in the range of 200,000-300,000 records with 20 columns (between 3-5 million individual data points).

If this limit is reached, the workflow will fail.

Properties

The following properties relate to fetching IQA data.

Name Type Templatable Notes
IQA Query Path Text Yes Enter the full path to the IQA query to execute. Must start with `$/`. > 👍 Tip > > Click the Select query… button to browse for an IQA from iMIS.
Query Parameters List No Optional. Specify query parameters by name.
Output Property Text No Specify the name of the property to store the CSV data in.
Max Records Number No Optional. The maximum number of records to return. If not specified, defaults to unlimited.
Fail on No Results Checkbox No If checked, this action will fail if the IQA returns zero results.