> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-controls/table-find.md).

# Table Find

Find a specified value on a control table.

Action available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### Parameters

* **Table Control** *\<unquoted string> -* The name of the specified table control.
* **Column** *\<unquoted string> -* The name of the table column.
* **Compare as** *\<unquoted string> -* Defines if the user wants to compare the values as a string or numeric values. Also have the possibility to compare as *string not case sensitive* or *string case sensitive*.
* **Value** *\<string> -* The value to be compared.
* **Start Line** *\<numeric> -* The index where the comparison action is started.
* **Target** *\<string>* or *\<numeric>* - The control or variable where the returned value is stored. When the returned value is -1, line is not found, otherwise the returned value is the index of the line.
