local variable is not reflecting paging info of query entity result

While doing regression check with Appian version 18.2, i am facing following issue.

 

if following expression is mentioned under load()-

local!var:queryenity rule(this is having paging info) 

 

Now if i display local!var and entity result separately then following is getting displayed.

Query entity result into Local variable ==> [startIndex=1, batchSize=5, sort=]

Direct Query entity result  ==> [startIndex=1, batchSize=-1, sort=[field=tComments, ascending=true], totalCount=0, data=, identifiers=]
 
Though local!var should display the same as Direct query entity result.
 
Same is working as expected in 18.1.
 
Can any one try and suggest. Thanks.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data