Skip to main content

Notifications

Retrieve All Power Apps functions

h-nagao Profile Picture Posted by h-nagao 392

This flow allows you to retrieve all functions in Power Apps canvas studio.

 

To use this flow, follow the steps below:
1. Open some app in editor mode
2. Open Developer tool of Web browser (Chrome, Edge)
3. Select OnStart of App object
4. Check "Network" section in dev tool and search "suggest" api call
5. Copy Request URL and some Headers and paste them into "Request parameters from Developer tool" section in this flow.

 

For a detail, see my blog post
https://mofumofupower.hatenablog.com/entry/2021/12/21/172946

 

Remarks:

  1. This flow requires premium license due to HTTP action.
  2. This flow / API call is available during the Power Apps studio is opened. Once the studio is closed, session token and session-state will be expired, so I couldn't fully automate generating the list.
  3. Request URL does depend on region of your environment and authoring version of studio.
  4. This method is not officially supported due to use of unsupported API.

Categories:

Comments

*This post is locked for comments