[Squiz Matrix v5.5.0.2]
Hello,
I have a JSON data source, populated from an asset listing.
Within the “JSON Data Attributes” field on the details screen, I am trying to set up a new relative attribute, I have it working if I target a value from the start of the array e.g. (myAttribute[0]), however I need to target the 2nd last value in the array, which I can’t seem to find a way of doing).
Basically trying to achieve something like this:
myAttribute[myAttribute.length - 2]
Anyone know if this is possible?