Getting the values of the first element of an array

Steps taken so far

I have this array

How can i insert the values from just the second array element into my string? I don’t want to iterate over the whole array, just pull the Image URL and Share Link values for the second array element.

If I were doing it in ( zero-indexed ) Ruby, I would just do

MyArray[1].image_url and MyArray[1].share_link

to get the second element values.

@Jon_Davies
In the settings of the module for which you want to get Share Link and Image URL, select the target value and it will be entered as shown in the following image. Now all you need to do is to enter the index between the [].

In the case of make, unlike programming, the Index starts from 1, so if you enter 2, you can get it.

Related: Get value from array - #3 by Wemakefuture