Last Updated: Feb 14, 2022
Use this function to search given text in input table.
Search Value From Table(table, start_row_no, start_column_no, text)
Input Parameter Name | Description |
---|---|
table | Data Table Variable |
start_row_no | Row Number to start search from |
start_column_no | Column Number to start search from |
text | text to search for |
Return value | Description |
---|---|
Row number | Returns row number of the text |
Search Value From Table (InventoryTable,1,1,DBE57HKG3QV)
To view all the Table functions, click here.