Is there any documentation which explains all the options in the "Map name format" dropdown of map resources?
Everywhere I look online, I just see recommendations to set the dropdown to "${Name}" to allow the resource to display a different group map by finding the map which matches the group's name, but nothing that actually explains what each option references.
For instance, what does the ${Id} option refer to? In SWQL Studio, I can see that Orion groups have a Name field and a Display Name field, both of which appear to be identical, and no Caption or Id fields. If I set the Map Name Format dropdown to either ${Name} or ${Caption}, it displays the same map, so I assume that "Caption" refers to the "DisplayName" property.
The only Id I see in SWQL is "ContainerID"; if I wanted to use ${Id} as the Map Name Format, would I have to rename the map to "1" to match "ContainerID" 1?
Similarly, for the "Group ${___}" options, I assume it refers to relevant value of the parent group, but when I tried testing this with a node, the "Map Name Format" dropdown was missing entirely. Is that option *only* for Group maps?