JSON data transform for Response does not accept pageGroup property
Hi,
I am trying to use a JSON Data Transform to build my JSON Response.
For this we have a report with a join involved which will have the report details in pxResults page and pxResults.pxPages(<join-name-here>) page. When we try to refer a property on pxResults page, we are able to do so, but we are unable to retrieve values present inside pxResults.pxPages(<join-name-here>) page. This is because the 'Append And Map To' method only accepts Pagelist value for iteration and not a Page Group.
Has anyone else come across this issue before?
Thanks in advance!