Hi, I am trying to supply a value to ri!pagingInfo in expression edit

Hi,

I am trying to supply a value to ri!pagingInfo in expression editor but none of the values seem to be working. For example i tried all of the following:

null,
a!pagingInfo(startIndex: 1, batchSize: -1, sort: a!sortInfo(field:"id", ascending:true)),
{null},
{a!pagingInfo(startIndex: 1, batchSize: -1, sort: a!sortInfo(field:"id", ascending:true))}

All of these errored out. Can anybody suggest a solution.

OriginalPostID-139942

OriginalPostID-139942

  Discussion posts and replies are publicly visible