Check if value exists in array
Checks whether an array contains the specified value. Supports exact match and case-insensitive search.
Checks whether an array contains the specified value. Supports exact match and case-insensitive search.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Array of values | string | yes | |
| Value to find | string | yes | |
| Case-sensitive (Y/N, default N) | string | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Found (Y/N) | string |
| Index of first match (-1 if not found) | int |