Flow Screen
Last updated
Last updated
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.
Each flow is stacked in the left pane, to open the flow click on the expand button in the top right corner
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)
Below the Flow Details is the Flow Builder. The top level actions are any actions not in a loop or condition (aka containers).
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)
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.
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
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)
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.