Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
I have followed this video https://www.youtube.com/watch?v=W5gIpI9eRFY and automate the fabric notebook using Power Automate using notebook api https://api.fabric.microsoft.com/v1/workspaces/{{WORKSPACE_ID}}/items/{{ARTIFACT_ID}}/jobs/instances...
on Invoke HTTP Request and Request Body is {
"executionData": {}
}
When I try to run I get an error of 400 Bad request how to overcome this issue
Solved! Go to Solution.
Hi @santh00
Thanks for using Fabric Community.
You can refer to this link: Trigger Fabric Notebook or Dataflows With Power Automate (youtube.com)
Please let me know if you have any further questions.
In my experience thi is caused by not putting in the right resource URI for the Entra Auth connection. Annoyingly if doing One Lake rest AND Fabric rest operations you need two connections as they need to have different resource URIs. I've found that you can create multiple but you can't name them, so its a bit pot luck when you look at your list of entra connections which is created with which URI
Hi @santh00
Thanks for using Fabric Community.
You can refer to this link: Trigger Fabric Notebook or Dataflows With Power Automate (youtube.com)
Please let me know if you have any further questions.