Advanced OCR - Get table cell
Advanced OCR - Get table cell
Gets the content of a specific cell of a table obtained by Advanced OCR, based on its row and column number.
Options
Table
Select the table obtained by an advanced OCR table action.
Row index
Enter the row number of the desired cell (starting at 1).
Column index
Enter the column number of the desired cell (starting at 1).
Returns
- Cell exists? — Returns true if the cell was found.
- Cell header content — Returns the header name of the column.
- Row index — Returns the row index of the cell.
- Column index — Returns the column index of the cell.
- Cell content — Returns the value of the cell.
Rules and Conditions
- Every field is required.