Fetch IQA Data
Input
⛔ None
Ouptut
✳️ Any (JSON
) (Passthrough)
IQA Data (array
)
Summary
This action will execute an IQA query and store the results in a property which will be passed to subsequent actions.
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
Name | Type | Templatable | Notes |
---|---|---|---|
IQA Query Path | Text | Enter the full path to the IQA query to execute. Must start with Tip: Press the Select query… button to browse for an IQA from your iMIS system. | |
Query Parameters | List | Optional. Specify query parameters by name. | |
🅾️ Output Property | Text | Specify the name of the property to store the CSV data in. | |
Max Records | Number | Optional. The maximum number of records to return. If not specified, defaults to unlimited. | |
Fail on No Results | Checkbox | If checked, this action will fail if the IQA returns zero results. |