I’m trying to iterate through the source object to compare it with another source but I’ve seen that the data property is itself recursive so I can’t iterate, nor converti it to JSON.
“getRows” returns all Rows in that widget. If a Row has Sub-Rows, then you can access them through row.records property of the given row. Well, to compare each record with record in another data source, you will have to write your own Recursive function.