i am getting expression evalution error when i try to excute following snippet of code

a!queryEntity(
entity: cons!CH_ENTITY_Clients,
query: a!query(
filter: a!queryFilter(
field: "cid",
operator: "=",
value: ri!rid,

),
pagingInfo: a!pagingInfo(
startIndex: "1",
batchSize: "1"


)
)
).data

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data