iMIS Power Suite - Power Automate Connector
IQA actions
iMIS qyeries can be accessed by creating a flow using the iMIS Power Automate Connector. The following examples show different ways to utilize query data. In the following examples, the Input fields are created in a Flow within the iMIS Power Automate Connector, and the Outputs are returned.
Action: Execute an IQA
Executes an iMIS IQA at the supplied path.
Note: Supports Pagination. See Using Pagination within Actions.
Inputs
- IQA Path: The full path to the IQA, beginning with $/.
- ______________: If the IQA has filters with prompts that are optional or required, they will be displayed dynamically below the IQA Path input field.
Outputs
- IQA Record Count: The number of total records returned from the query.
- IQA Rows: The array of result rows.
- IQA Rows __________: The individual fields within each row (dynamic).
Examples
Dynamic Filters / Prompts
Dynamic Results