Integrations
Power Automate Cloud
Use the official InfiniAnalytics cloud flow template to track your Power Automate Cloud (Power Automate for web) flows with zero code.
Overview
The PAC template is a cloud flow solution that wraps InfiniAnalytics API calls as reusable child flows. Import the solution package into your Power Automate environment and reference the child flows from any cloud flow.
Download Template
Download the official PAC solution package:
Download PAC Template (.zip)The package is a Power Platform solution (.zip) that can be imported directly from the Power Automate portal under Solutions.
Configuration
After importing the solution, configure the environment variables in the solution settings:
| Variable | Value |
|---|---|
| InfiniToken | Your API token from account settings |
| AutomationId | UUID from the automation detail page |
Lifecycle Events
Call the solution's child flows at each stage of your cloud flow:
- ●Infini - Start - add as the first action
- ●Infini - Event - after each significant action, pass a description string
- ●Infini - End - add as the last action on success
- ●Infini - Error - add inside your error scope
