Question
Save in a process variable the results of a!queryProcessAnalytics.data
Well, how am I supposed to reference the properties of this query in another process model? It is a dictionary, however I cannot reference a dictionary in a process model, so would it be supposed to convert the query to a map or what?
By the way, it contains some wierd properties like
c0, c1, c2...
dp0, dp1, dp2...
How could I cast this dictionary into a map then?
Thanks in advance
