Has anybody else encountered this please? The output from the List Flows as Admin action should include all the values for triggers and actions in the definitionSummary, e.g. type, metadata etc. When I run, it just spits out empty arrays for every single flow:
I'm a global admin and the full list of flows are coming through, just the actions (which are the main thing I'm trying to get) are empty. I've tried this PowerShell script and I get the same outcome, no values for actions. Very strange. Hopefully someone here has experienced something similar and there's a straightforward fix I'm missing!
@DarmonGill that works, thanks so much 😊
Hi,
The List Flows as Admin (V2) action returns only the identifying information about the flow,
which includes the flow name, ID, and other metadata, but not the flow definition or other metadata.
If you need to retrieve the flow definition or other metadata,
you can make a subsequent call to the Get Flow as Admin action.
Gill