Hi All,
I am running below query to get the data from a table which has 1000+ rows . But it gives me error "Expression evaluation error at function a!queryEntity: An error occurred while retrieving the data." .
When i query DB it doesn't take more than 20 ms . Any help on what can be done?
a!queryEntity( entity: cons!XYZ, query: a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "helpId", operator: "=", value: 2 ) }, ignoreFiltersWithEmptyValues: true ), pagingInfo: a!pagingInfo( startIndex: 1, batchSize: -1 ) ), fetchTotalCount: true).data
Thanks in advance
Discussion posts and replies are publicly visible
Hi Anu,
Check if you have datefield in the database table that has "00:00:00 000" value , sometimes it cause the retrieving data from Appian fail