The current row refers to the active row in a table and gets automatically set by Verj.io as it executes an application.
For example, you may have a hyperlink column in a table row and when you click it Verj.io will set that row to be the current row. This means that when you now refer to columns in the row, e.g. tables.myTable.myColumn.value
, your processing will be working against this row.