Forum Discussion

richanthony's avatar
richanthony
Icon for Helper I rankHelper I
11 months ago
Solved

Passing Parameters to a fabric pipeline via the API

I have successfully call a data flow from power automate using an HTTP connector and this basic URL https://api.fabric.microsoft.com/v1/workspaces/@{variables('WorkspaceID')}/items/@{variables('PipelineID')}/jobs/instances?jobType=Pipeline.

 

However this won't pass a parameter in to the pipeline which I need it to do, has anyone got any ideas on how to pass an parameter in to a dataflow via the API. the documenation is not great for this.

3 Replies