This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
When using the Copy Data activity with a REST source, query string parameters must be manually concatenated into the Relative URL field. This is error-prone, hard to read, and does not scale when parameters are dynamic or vary in number.
Every comparable API tool (Postman, Power Automate HTTP connector, Logic Apps) provides a dedicated key-value parameters table that cleanly maps parameter names to values — including dynamic expressions.
Request: Add a "Query Parameters" section to the Copy Data activity REST source, where each row accepts a key and a dynamic or static value, and the tool assembles the query string automatically.
Current workaround: Pre-building the full query string in a Set Variable activity before the Copy, which adds unnecessary steps and complexity.
This would significantly improve usability for anyone calling paginated or filtered REST APIs in Fabric pipelines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.