Current row on for each loop data table

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 ?

Thank you

Hi,

Can you check content of itemArray? It should be content of the CurrentRow.

Regards,

so its always the first one after the column shown ya ?

Hi,

It’s not assured the order, I think.
It may be better to register CurrentRow.ItemArray instead of CurrentRow. It shows only content of the CurrentRow.

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

Hi,

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.

Regards,

I see that does make sense,

thanks for the insight Yoichi,
been a long time since im back to forum and youre have always been a big help !
Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.