Hello!
I am trying to query data from a Process report, but I am facing an issue. I can show correctly the data on the process reports, but when I am using at the expression a!queryProcessAnalytics the date is null. Where might be the problem? Is the type of the process report?
Discussion posts and replies are publicly visible
Check the error message in the output. Last line.
You were right. that error indicate that I should add "contextProcessModels" field inside the a!queryProcessAnalytics. Than you!