Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I made a New Connector Qlik MS Dynamic CRM V2 - FetchXML
with this, I need to take some data from MS Dataverse about MS WEB Projects data.
I'm Using simple FetchXML
<fetch mapping='logical'> <entity name='msdyn_projecttask'> <attribute name='msdyn_projecttaskid'/><attribute name='msdyn_projectname'/> <attribute name='msdyn_projectbucketname'/> </entity> </fetch>
during this, I shot get columns: msdyn_projectname, msdyn_projectbucketname
but the results its just: msdyn_projecttaskid