Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi community
I’m trying to add a Dataverse destination as dynamic content, but I’m unsure what value should be used for this. I’m also not certain if this functionality even exists.
In the screenshots below, I’ve successfully added a Lakehouse as dynamic content, which works perfectly. In the second screenshot, you’ll see how it appears when selecting the Dataverse connection (without dynamic content).
Thanks in advance!
Solved! Go to Solution.
Hi @dibeau,
At the moment, only Lakehouse, Warehouse and KQL Database are supported in the dynamic content section of the copy activity. You may create different copy activities with other connections and determine which copy activity is run based on a switch statement (I know this is not easy to maintain, but a workaround you could try).
Hi @dibeau ,
As FabianSchut mentioned, dynamic content is currently only supported for Lakehouse/Data Warehouse/KQL Database object ID.
You can refer to below document:
How to copy data using copy activity - Microsoft Fabric | Microsoft Learn
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dibeau,
At the moment, only Lakehouse, Warehouse and KQL Database are supported in the dynamic content section of the copy activity. You may create different copy activities with other connections and determine which copy activity is run based on a switch statement (I know this is not easy to maintain, but a workaround you could try).