Hi All,
I have created a python tool that allows multiple users to create a storymap based on a template. I have manually grouped these together to create a collection. However, I would like to implement an instruction that will programatically add the newly created storymap to the collection.
I have inspected the collection and all I can see is a dictionary of a single Collection-UI node. Is there a way to do this noting that I am using arcgis 2.2.0?
** UPDATE - I can access the json file and can see I need to add another resourceId node defining type and specifying the item id of the portal item. So my question now is: how do I add a resourceId node to the json file?