Connect your own Power Platform environment (Dataverse) to see and manage your Power Automate cloud flows from Imperal -- list flows with their status, create/update/delete them, turn them on or of...
What this app can do
15 tools registered
Connect Power AutomateFree
Connect a Microsoft Power Platform environment by saving your Azure AD App Registration credentials (tenant_id, client_id, client_secret) and your Dataverse environment_url/environment_id, after checking they actually work together. You'll need: an Azure AD App Registration (Azure Portal > Microsoft Entra ID > App registrations), a client secret created under Certificates & secrets, and that app registered as an Application User in your Power Platform environment with a security role granting workflow privileges. Note: this only manages Solution-aware cloud flows -- personal unattached "My Flows" are not supported by Microsoft's own Web API and are out of scope here.
List ConnectionsFree
List the Power Platform environments currently connected.
Disconnect Power AutomateFree
Disconnect one Power Platform environment: deletes its saved Azure AD credentials. Existing flows and their runs in that environment are not affected -- only Webbee's access to them is removed.
List Flows8 tok
List cloud flows (Solution-aware) in a connected Power Platform environment, via the Dataverse Web API. Personal unattached "My Flows" are not returned -- Microsoft's Web API does not expose them.
Get Flow8 tok
Read one cloud flow in full from the Dataverse Web API.
Create Flow20 tok
Create a new Solution-aware cloud flow in the Dataverse `workflow` table. clientdata must be valid Power Automate flow definition JSON (the format Power Automate itself exports/imports) -- this connector does not validate its internal shape, only that it is well-formed JSON. New flows are created in Draft state; call set_flow_state to activate.
Update Flow20 tok
Update selected fields of an existing cloud flow (name, description, and/or its clientdata definition) without touching omitted fields.
Delete Flow30 tok
Permanently delete a cloud flow from Dataverse. Cannot be undone.
Set Flow State20 tok
Turn a cloud flow on (activated) or off (suspended/draft) by setting its Dataverse statecode/statuscode.
List Flow Runs8 tok
List recent runs of a cloud flow, via the Power Platform REST API (a separate, newer surface from the Dataverse Web API used for the flow definition itself).
Get Flow Run8 tok
Get details of one flow run by id, via the Power Platform REST API.
Cancel Flow Run30 tok
Cancel a currently running flow run.
Resubmit Flow Run30 tok
Resubmit (re-run) a flow run with the same trigger inputs it originally received.
Bulk Set Flow State60 tok
Turn multiple cloud flows on/off in one call -- a value-add convenience this connector adds on top of Microsoft's API, which has no native bulk-state endpoint. Applies set_flow_state to each workflow_id in turn and reports success/failure per item.
Bulk Delete Flows60 tok
Permanently delete multiple cloud flows in one call -- a value-add convenience this connector adds on top of Microsoft's API, which has no native bulk-delete endpoint. Deletes each workflow_id in turn and reports success/failure per item. This cannot be undone.