Part of my workflow involves claiming an MX into a network.
I create a list of all suitable MX in inventory, and let the user choose one using "Create Prompt". At this point, I now have a string which is the serial number of the MX I want to add to the network.
I would now like to use the atomic "Meraki - Claim Network Devices". However, it requires an *array* of strings.
I can't figure out how to add a string to an array, or how to convert a string to an array.
I've tried creating a local variable which is an array of strings - but I can't find any operations that let me append to that array.
Help!