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
  • Left Pane
  • Right Pane
  1. Flow Utilizer

Flow Screen

PreviousInstallNextFlow Tags

Last updated 2 days ago

The Flow Screen is for creating and modifying flows. The screen is split into 2, left pane for modifying the flows, right for modifying the solution.

Left Pane

Each flow is stacked in the left pane, to open the flow click on the expand button in the top right corner

Flow Details

The top of the Flow card shows key information and has 3 inputs

  • Flow Name - click to edit

  • Daily Runs - average daily times the flow will be triggered

  • Days of Week - days flow runs

  • Run Calls - how many api calls are used when the flow runs

  • Daily Calls - how many total api calls per day (Run Calls * Daily Runs)

Flow Builder

Below the Flow Details is the Flow Builder. The top level actions are any actions not in a loop or condition (aka containers).

Please note:

Switches are not currently support (but averages can be used as a condition)

Both Apply to Each and Do Until's are loops

Scopes are counted as action

Get/List Item pagination calls are not counted

Loop

Inside a loop there are 3 inputs:

  • Loop Name - click to edit

  • Child Actions - number of actions inside the Loop (excluding loops and conditions)

  • Iterations - how many times the loop runs

Condition

Inside a condition there are 5 inputs

  • Condition Name - click to edit

  • Yes % - how often this branch runs

  • Yes Child Actions - number of actions inside the yes branch (excluding loops and conditions)

  • No % - how often this branch runs

  • No Child Actions - number of actions inside the no branch (excluding loops and conditions)

As both the loop and condition action use a api call there will be 1 added to the loop and 1 added to the Yes branch

To add a loop or condition click the relevant button, loops and conditions can be nested, with the container indenting a small amount to show.

Right Pane

The Right pane shows the Solution and is split into 3 main areas.

Action Buttons

The action buttons update the solution.

  • Add Flow - adds new flow to the Left Pane

  • Save Solution - saves solution (will now appear in the solution screen and is saved locally)

  • New Solution - resets the Flow screen for new solution

  • Upload Solution Zip - imports a Power Automate Solution export and converts to Utilized flows

  • Download Solution - downloads the solution as a Yaml file (so it can be imported to different instance of Flow Utilizer or to edit and re-import). See Solution Download

Upload Solutions Additional Information

Uploads Solution files are limited to information in the flows, so by default they will reset all loop iterations and condition ratios, but this information can be added to the flow, see Flow Tags section

Solution Details

Similar to the Flow Details, Solution Details includes key information and 1 input

  • Solution Name - click to edit

  • Flow Count - number of flows in the solution

  • Total Daily Calls - all flow api calls. This does not take into account daily schedule, it is a theoretical maximum (Sum of all flow Daily Calls)

Flow Table

Shows list of all flows in the solution, with key information

If Flow Utilizer is as a app on your PC you are able to right click on solution.zip exports and load the solution directly into the app.

install