Datastype subset is coming as object,object instead of real data values when passed in process model

Certified Associate Developer

Hi All,

I have a query rule as below and when passing to the process model, output is coming weird as Data: object,object. Please help!!

Expression rule output -

[startIndex=1, batchSize=1, sort=[field=updatedDateTime, ascending=false], totalCount=-1, data=[caseId:123,IDNumber:122567,caseStatus:On-Hold/Request for Info,clientName:user155678,folderId:1267888], identifiers=322]

When same rule passed and saved to pv of type datasubset in process Model:

[startIndex=1, batchSize=1, sort=[field=updatedDateTime, ascending=False], totalCount=-1, data=[object Object], identifiers=322]

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data