# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-controls/table-find.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
