Power DevBox Docs
  • Power DevBox
  • Getting Started
    • Install Chromium Extensions
    • Access Web App
    • Power Platform Connector
    • Visual Studio Code Extension
  • AutoReview
    • AutoReview - Chromium Extension
    • AutoReview - App
    • AutoReview - Power Platform Connector
      • Using Connector
      • Info (v1 & v2)
      • JSON (v1 & v2)
      • File (v2)
      • Diagam (v2)
      • HTTP
      • File (v1)
    • AutoReview - VS Code Extension
    • API
      • V1
        • Information API (v1)
        • Data API (v1)
        • Files API (v1)
      • V2
        • Information API (v2)
        • Data API (v2)
        • Files API (v2)
        • Diagram API (v2)
    • Menu
    • Files
      • Review
      • Report
      • Diagram
      • Exceptions
      • Solution
      • Compare with Previous
      • CSV Files
    • Configs
      • Complexity
        • Complexity Default Values
        • Complexity Template
      • Naming Convention
        • Naming Convention Default Value
        • Naming Template
      • Ratings
        • Ratings Default Value
        • Ratings Template
      • Scoring
        • Scoring Default Values
        • Scoring Template
    • Data JSON
  • V2 / V3.2.0 Update
  • AppReview
    • AppReview - Chromium Extension
      • Known Bugs/Limitations
      • Report Sections
      • App Settings
      • Components
      • Variables
      • Code Block
      • Solution
      • Connections
      • Data Source
      • Diagram
      • Flags
  • Flow Utilizer
    • Flow Utilizer - Start
    • Install
    • Flow Screen
      • Flow Tags
      • Solution Download
    • Solution Screen
    • Charts
    • Account
      • Account Download
  • Dev Tools
    • Power DevBox Chromium Extensions
      • Exception
      • Share
        • Share Demo Videos
      • Shortcut
      • Utility
        • Classic UI Clipboard
        • New UI Clipboard
        • Utility Demo Videos
Powered by GitBook
On this page
  • Dataverse
  • My Flows
  1. AutoReview
  2. AutoReview - Power Platform Connector

Using Connector

Last updated 3 months ago

The connector can be used in 2 main ways.

Dataverse

For all solution aware flows the Dataverse 'Get a row by id' or by 'List rows'. To use the list rows the action must be set to the Process (workflows) table and have a filter set to:

category eq 5

As this filters out business rules, desktop flows, and other workflows that are not compatible. Using the expand and select on createdby can also be used to get the flow owners name.

ClientData is generally stored as a string so will need to be converted to a json (wrap in json() expression).

Please ensure you do not over your daily API limit else you will be throttled and may have you key cancelled (use row count to limit)

My Flows

You can also use the Power Automate Management connectors. This will cover all flows, including non solution aware, but is limited to your flows so can not be used by admins to view all flows.

The 'List My Flows' lists all flows, the 'Get Flow' is then used to get the flow definition for AutoReview (currently the 'Get Flow as Admin' does not return the definition).

The flow name is passed as the Flow ID (not the display name)

Please ensure you do not over your daily API limit else you will be throttled and may have you key cancelled