Forum Discussion
1 arguments were passed to a function which expects between 2 and 3
- 10 months ago
Hi BugmanJ,
Here looks like the error is from the gateway or the Power Platform Dataflows connector. Your code looks fine and this issue happens intermittently when the connector or gateway gets an incomplete or invalid response response from the power platform service. Please follow below steps:
- In your dataflow, remove the [EnableFolding = true] part and use this instead:
Source = PowerPlatform.Dataflows(null) - Save and refresh the dataflow again.
- If it still fails with the same error, then it is a transient gateway or service glitch. So just restart the gateway service or refresh again later, it will start working once the service returns valid data.
Thanks and regards,
Anjan Kumar Chippa
- In your dataflow, remove the [EnableFolding = true] part and use this instead:
Hi BugmanJ
As per my understanding the error occurs because the referenced dataflow (“FakeName”) likely changes over time, such as a column rename or schema update, causing your dependent dataflow to break even though the code looks fine. It’s not a syntax issue but a schema or dependency mismatch. To fix it, reselect the “FakeName” entity in Power Query, verify columns match, and consider disabling query folding or specifying the entity version for stability.