Skip to main content

Notifications

Community site session details

Community site session details

Session Id : q6SbXZbJoR9hXokVC4HOiA

Auto-Populating Power Automate Callback URLs for HTTP Flows in Dataverse

Inogic Profile Picture Inogic 968 Super User 2025 Season 1

In this blog, we will demonstrate how to automatically populate the Callback URL field with the URL of a specific HTTP-Triggered flow whenever a new Setting record is created in Dataverse. Additionally, this approach can be customized by adding conditions to retrieve different HTTP-Triggered flow callback URLs based on your requirements.

Step-by-Step Approach to Retrieving and Storing the Callback URL

1. Sign in to the Power Automate Portal and navigate to your flows.

2. Locate the flow that contains the HTTP-triggered action and note down the exact name of this flow.

3. Create a new flow and choose the trigger based on your requirement. In this case, we want to trigger the Power Automate flow when a new Setting entity record is created in Dataverse.

HTTP-Triggered Flows in Dataverse

4. “When a row is added” needs to be set as the trigger. Choose the table name as “Setting” (Custom Entity) and set the Scope to Organization..Read More

Comments