Get a row by its Id on table

Hello,

On a row, I’m trying to have one of its column value based on other row (the previous one), is there a way to achieve it ?

I have tried with thisTable.Nth(thisRow.RowId()-1).MyColumnName but got error.

Thanks,

Hi, and welcome to the community. Does this help?

1 Like