Last Updated: Mar 15, 2021
Use this function to find row number of input data in the input table.
Search data in Table (table, start_column_no, search_string)
| Input Parameter Name | Description | 
|---|---|
| table | Data Table Variable | 
| start_column_no | Column Number to start search from | 
| search_string | Data to be searched in the table | 
| Return value | Description | 
|---|---|
| Row_number | Returns the row in which data is present | 
Search data in Table (InventoryTable,1, ZMR26XET9UJ)
To view all the Table functions, click here.