Hi All,
i believe on old patch when theres an issue inside for each loop data table ,
we can just log the currentrow var on watch panel,
then we can see which row is causing issue,
but now when i do it it shows all the data table content in an array format,
why did this happens and how we know which row having issue because of this ?
i see, ok noted on this one, any idea on why this chanes happens, cause im not sure on the reason, if we wanted the full item then we can watch the data table var directly, and no need to watch the currentrow ,
but now this either currentrow and datatable var will show same information
It shows all the properties’ content of CurrentRow. DataRow type has Table property and it’s parent datatable itself.
Version up of Studio brings this change.