There is a map called "instances"
- How to extract only the values of that map?
- How to extract only the attribute "name" from each value?
Answer
- Using the values built-in function:
values(instances) values(instances)[*].name
values(instances)values(instances)[*].name