Question
How to create Data store web api?
created web api with below code but getting below error
local!entities: a!queryEntity(
entity: cons!TI_FINALEXCELTODATABASESTORE,
query: a!query(
pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: 50
)
),
fetchTotalCount: true
).data,
An error occurred while retrieving the data. Details: Unexpected error executing query (type: [TIFinalExcelToDatabaseDT7969], query: [queryentity expression], order by: [[Sort[null asc]]], filters:[null])
