Hi ,
I want to fetch data from external azure sql database into dynamics 365 . So i used concept of virtual entity .
For fetching data into virtual entity , i will need OData v4 service provider . So i created one logic app in Azure which will return data as shown below
Logic app url is somewhat like this :- https://*****************.logic.azure.com/workflows/19**************a05d7ffffeaca/triggers/manual/paths/invoke/TestData?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=_Bed***************JmJm7PMqM-1644wk
Below is data fetched by above odata service
So Id is primary key of Guid type and StudentName is of text type , i want to map these two fields in D365 virtual entity
Below is virtual odata service provider configured in D365. please let me know if i have configured anything wrong
i have to add parameters as Azure url was having parameters as shown below
Below is my virtual entity with configuration :-
Below two are fields mapped with odata data
When i check Data in virtual entity from UI , this is error coming.