Integrations

Power Automate Desktop

Use the official InfiniAnalytics template to track Power Automate Desktop flows without writing any custom code.

Overview

The PAD template is a pre-built flow module that handles the InfiniAnalytics API calls for you. Import it into your desktop flow and configure your automation UUID and token - no code required.

The template sends START, EVENT, and END/ERROR events via HTTP requests to the InfiniAnalytics API, giving you a full execution timeline in the dashboard.

Download Template

Download the official PAD template package:

Download PAD Template (.zip)
The zip file contains the flow definition file (.robin) and a setup guide PDF.

Configuration

After importing the template into Power Automate Desktop, set these two variables at the top of the flow:

VariableValue
InfiniTokenYour API token from account settings
AutomationIdUUID from the automation detail page

Lifecycle Events

Call the template's subflows at the appropriate points in your desktop flow:

  • InfiniStart - at the very beginning of the flow
  • InfiniEvent - at each meaningful step (set the Description input)
  • InfiniEnd - at the end of the flow on success
  • InfiniError - in your error handler block