Accessing records in Microsoft Dynamics365

Hello All,

I’m trying to create a Account Record and update it from Uipath into Microsoft dynamics 365 trial version.
I’m able to create an account(eg:-‘Ratan Furniture’ as well as update the record (Ratan Brothers Furniture) using uipath studio.I want to print this record in uipath, however not able to do so.

retrievedRecord defiined as CrmEntity
Writeline-“After Retrieve::::”+ retrievedRecord(0).ToString
no value returned:- After Retrieve::::UiPath.MicrosoftDynamics365.Models.CrmEntity

Can you pls help?Many thanks.

uipath integration