Title: Is it possible to update Power Platform Dataflow parameters dynamically before refresh?
Hi everyone,
I'm using Power Platform Dataflows (Dataverse) and have a dataflow with a parameter (for example, a SharePoint Site URL or file path).
My goal is to update the parameter value dynamically before triggering the dataflow refresh, ideally from Power Automate or through a REST API, so that each refresh can use a different value.
I've looked into:
-
Power Automate's Refresh Dataflow action, but it doesn't seem to allow passing parameter values.
-
The Dataverse msdyn_dataflow table and Web API.
-
Various undocumented PATCH endpoints mentioned online, but I couldn't find any official Microsoft documentation confirming they are supported.
My questions are:
-
Is there any officially supported way to update a Power Platform Dataflow parameter at runtime?
-
Can a parameter value be read dynamically from a Dataverse table during refresh without manually editing the dataflow?
-
Has anyone successfully updated dataflow parameters using the Dataverse Web API or another supported API?
-
If this isn't supported, what is the recommended architecture for dynamically changing a SharePoint site URL or file path before refreshing a dataflow?
I'm referring specifically to Power Platform Dataflows (Dataverse), not Fabric Dataflow Gen2.
Any guidance or working examples would be greatly appreciated.