Row
object in SDK corresponds to a single row in a worker’s table.
Initialize
You can either initialize aRow
from scratch, or using an already initialized Table
object, both methods are shown below.
Populate
The SDK provides a convenience function for populating a column in the specified row. This will extract the necessary information and fill in the column for the row.Delete
Run Action
You can run a worker action on a selected row using therun
function. How to create Action
.