I have to write a template so that I can produce the following - queue physicalName can vary in quantity, and may have 1 2 or 3 entries typically. This seems to be the challenge. I can do a more static version with - { ‘x’:‘y’, ‘z’:‘a’ } but then I can’t figure out how to dynamically list more than 1 entry for physicalName without affecting every line in my output - I have 30 queues to set up like this.
I’m at loss how to do this. I could paste numerous examples of what I’ve done, but I feel it’s a tad pointless as I feel I’m so far away from having something remotely credible. Sorry!