I need to run a one time export of 40 tables from Dataverse and using Azure Data Factory. In this export need to include the choice sets/option sets/global sets from these tables but there is no point in turning on change tracking just for this, therefore cannot create link to synapse and get the json files (so Access Dataverse choice labels directly from Azure Synapse Link for Dataverse - Power Apps | Microsoft Docs DOES NOT work for me). I need another solution.
Since ADF is using FetchXML, would help to be able to get these values in fetchXML, but not able to. Ex below: for account table the response does not return any values below (just the accountid)
<fetch mapping="logical" count="10" version="1.0" >
<entity name="account" >
<attribute name="accountclassificationcodename" />
<attribute name="accountratingcodename" />
<attribute name="address1_addresstypecodename" />
<attribute name="address1_freighttermscodename" />
<attribute name="address1_shippingmethodcodename" />
<attribute name="address2_addresstypecodename" />
<attribute name="address2_freighttermscodename" />
<attribute name="address2_shippingmethodcodename" />
</entity>
</fetch>
How else can I query the values for the choice sets/option sets/global sets from all these tables that I need to get in this one time 40 tables data export?
Many thanks,
Hi,
Please check below article on how to retrieve optionset text .
docs.microsoft.com/.../get-dynamics-365-optionset-labels-in-copy-activity.html
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,228 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156