It would be great to have more detailed examples in the docs regarding retrieving values from datasets/dictionaries, in scripts.
For example, if a query returns this into a variable, using scripting on an event action:
{"columns":[{"name":"","type":"java.lang.Integer"},{"name":"","type":"java.lang.Integer"}],"rows":[[103864,4031]]}
What is the return string format/language?
How would someone get either of the two integer values?
We could use a PyDataset, or JSON, or some function such as getValueAt()
The examples in the docs are very simple and don't really cover this topic well. I use databases a lot and can return what I need with SQL, but attempting to sort through a dataset with Python or JSON is a steep hill to climb.
Having said that, shout out to all the people on the forums that have taught me along the way.
So, just a thought to add to the docs...
Mike