Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
arnbank
Contributor III
Contributor III

Qlik MS Dynamic CRM V2 - FetchXML - Missing output fields

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

 

 

 

Labels (2)
0 Replies