Get first item in collection without using raw name

Well, after 3 hours of trial and error, I found the solution:

toArray makes it into an array with “1” being the name of the collection and a “standard” key and value label inside of it:

That means, either can be accessed via the standard get function now.

3 Likes