cancel
Showing results for 
Search instead for 
Did you mean: 

Dataverse - Update, Select and Insert

AnkitaKarnany
Level 4
Hi All,

Has anyone tried the Microsoft Dataverse vbo? DX Asset
Please can any one give me a resolution or an idea how to use this  to extract, update and insert values to the Dataverse 

------------------------------
Ankita Karnany
Principal Consultant
Agilisys
London
------------------------------
18 REPLIES 18

@AnkitaKarnany,

Now that you have the Authorization header are you able to execute requests against Dataverse?

Cheers,


------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

I am stuck with this error now, the first screenshot is while trying to retrieve multiple records and the second one while trying to create a record.
Seems to be like an user authorization issue, I guess the AD user needs to be provided the necessary permissions on the dataverse side?

6321.png
6322.png

------------------------------
Ankita Karnany
Principal Consultant
Agilisys
London
------------------------------

@AnkitaKarnany,

I'm not deeply versed in Dataverse or Dynamics 365, but yes according to the error message it appears the client credentials don't have the appropriate permissions.

Cheers,

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

That's correct, some security roles were missing. That's all sorted now and we have been able to work with data verse. Appreciate your quick response and constant help on this. Thanks a lot

------------------------------
Ankita Karnany
Principal Consultant
Agilisys
London
------------------------------

Hi Eric,

Could you share an example of a Retrieve a particular record  action. I tried a number of ways but have not been successful. I wanted to understand the value which needs to be passed in filter? Many thanks in advance

Thanks, Ankita



------------------------------
Ankita Karnany
Principal Consultant
Agilisys
London
------------------------------

Hi @AnkitaKarnany

I don't have one myself, but I'm checking with the developer of the connector. Stay tuned.

Cheers,



------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Hi @AnkitaKarnany,

If you were trying to retrieve two columns(name & accountnumber) from a table called accounts with accountid as the key then set these inputs-

[tablename] = "accounts"

[key] = "accountid"

[filter] = "$select=name,accountnumber"

Note that filter is optional



------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------

Sorry I was away for sometime, thank you so much for your help



------------------------------
Ankita Karnany
Principal Consultant
Agilisys
London
------------------------------

Thanks Shashank, sorry I was away for sometime but I shall give it a go now.



------------------------------
Ankita Karnany
Principal Consultant
Agilisys
London
------------------------------