Hi All,
I created a process report and one of the column definition is a record field(pv!record.orderNumber) and am not able to see it in report. When i check in documentation, I could see as below
But when i try to query using a!queryProcessAnalystics, the field is still showing blank for me. Am i missing anything?
Thanks in advance!
Discussion posts and replies are publicly visible
Is it visible in the process variables?
Otherwise, I would probably suggest you set it in a PV to a primitive type (number, text) using a script task. Probably easier for troubleshooting.
Yes. Its working when i set record field in separate PV with primitive type.