An array is a collection of items. The first item in an array is 0, second is 1, third is 2 and so on.
Since we want to return the first item of the array, we'll need to specify the index. In this case it's 0.
Insert a zero between square brackets.
Click on the **Dynamic Content** tab.