Hi,
I'm working with Virtual Tables (entities), following documentation I have created tables using SQL Server connector.
It properly displays a grid with data, but the problem is when I try to open the item details page, which starts loading the details page and displays an error: "APIM request was not successful: BadRequest: No primary key exists in table".
But I do not understand why the error says there is no primary key if I specifically provided it during virtual table creation. I have provided Id (GUID) for "Primary key of the Virtual Entity" and Name (string) for "Primary field of the Virtual Entity".
Based on that information it did create a virtual entity, which according to documentation should work as any other table.
So my question is what can cause the problem and how can I fix it?
Thanks in advance.