Hi,
I have built a custom app template with a bunch of configuration parameters and was wondering if we could use the Web Map Dialog to choose multiple web maps. According to Add configurable parameters to templates—ArcGIS Online Help | ArcGIS, we can add a
{
"type": "webmap"
}to our configuration file and the user gets a nice dialog to choose their Web Map, and this works great, but is there a way we could use this to select multiple Web Maps? I was hoping something like this would work but we are not having much luck.
{
"type": "webmap",
"fieldName": "webmap"
}, {
"type": "webmap",
"fieldName": "alternateWebmap"
}It seems like when I use the second web map dialog, it just sets the first web map and never allows me to set the second one.