How to get Nth Element in Array?

Benjamin, I really appreciate you responding but your answer completely confuses me.

Once again, the object array I’m working with is: .ContentUser.Orgs

What I want to do is retrieve the first element from this object array and then the Name property from that element. Using my earlier example, I want to retrieve the string “Company ABC”

I’m assuming that this could be done with code strictly inside the pairs of braces. So what code would go in here: {{ … }}

That’s what I’m trying to find out.

Thank you,

Robert