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 now60 Days of Data Days! Live and on-demand sessions, challenges, study groups and more! And it's all FREE!. Join now. Learn more
I am using an Script activitie inside a Data Pipeline to make a SELECT statement, passing the table as parameters as follows:
But when executing the Pipeline I get the following error:
I've been able to pass Script parameters in other queries to WHERE clause (i.e. field1=@field_value), but I'm having troubles for field names.
Solved! Go to Solution.
Hi @amaaiia I'm not sure if object names are supported in the script activity parameters. You could use the "dynamics expressions" and add the item to the script instead. In the example beloe I'm using parameters, but you can use items as well.
Hi @amaaiia
Glad to know your query got resolved.
Please continue using Microsoft Fabric Community for your further queries.
Thanks.
Hi @amaaiia I'm not sure if object names are supported in the script activity parameters. You could use the "dynamics expressions" and add the item to the script instead. In the example beloe I'm using parameters, but you can use items as well.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 5 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 19 | |
| 17 | |
| 14 | |
| 13 | |
| 12 |