Hi,
I think I found a bug, preventing a fairly simple and common use case.
The listview is used to display data, edit the data and then update the database.
When the switch1 is changed, the instanceValues are updated. That's the expected behavior.
Now, we want to parse the data and update the database via JS script.
When manually executed, the script works well and returns the data.
However, when the JS script query1 is triggered via an event (change of switch1), the script returns undefined.
So, it's not possible to use the data of instanceValues.
Any thoughts?
Regards,