# Get Entry By Index

This activity retrieves the value of a specific entry of a JSON Array input given its index.

### Input

* **Input:** [`String Argument`](https://docs.visualyze.ai/getting-started/rpa-studio/arguments#types-of-arguments) <mark style="color:red;">`Required`</mark>\
  Specifies the JSON array input.
* **Index:** [`Integer Argument`](https://docs.visualyze.ai/getting-started/rpa-studio/arguments#types-of-arguments) <mark style="color:red;">`Required`</mark>\
  Specifies the index of the JSON Array entry that is to be retrieved.

### Output

* **Result:** [`String Variable`](https://docs.visualyze.ai/getting-started/rpa-studio/variables/user-defined-variables-1#string)\
  Specifies the JSON Array entry of the specified index.
