Hi All,
Can we create any flow or some script to get all records of flows and power apps in tenant which are using premium connectors .
Please suggest
Thanks @ChrisPiasecki ,
I will try and let you know the result
Hi @Meshare ,
Test your flow so you can see the output of the Get App as Admin step. Copy the JSON output of one of the apps, then add a Parse JSON action to the flow, generate schema from a sample, which is the output you copied from your test run. You can then find the attributes in the dynamic output and use them in further actions. For example, you can use a filter array and then do what you want with those that are Premium only.
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
Hi @Meshare ,
The PowerApps for Admins connector has a Get Apps as Admin action. Each Power App that is premium will have attributes appPlanClassification:"premium" and usesPremiumApi:"true".
I could not find equivalent premium connector information for the Power Automate Management connector unfortunately, but I have to imagine the information should be buried somewhere.
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.