To grab values from a table at a specific Column use the following:
grab values from "my-table" at first column and save it as "first-column-values"
To grab values from a table at a specific Row use the following:
grab values from "my-table" at first row and save it as "first-row-values"