How to access non-persistent objects when executing an on-click event in AnyChart

0
I have an Anychart widget inside a data view. The dataview is connected to an object called AnyChartJSON, which is used as the source of the chart. Then, I create an on click microflow, using the same AnyChartJSON entity - see image below. The issue is that it seems that the parameter passed to the microflow is a new instance of AnyChartJSON, rather than the same instance I passed to the chart through the dataview. This is a bummer, as I would like to use some information regarding the data in the chart that I had previously stored. All these entities are not persistent, so I need to get them from memory and not from database. Is there any solution for this?   
asked
0 answers