I recently migrated a StoryMap from Classic and am fixing all sorts of weird little issues. I got most of my immersive map elements copied over but there are a few that I would like to integrate into a single scrolling map choreography. It would be a pain to manually remake these slides, because they might each contain a dozen or so audio nodes.
Does anybody have a method for copying slides/panels from one SideCar to another? There is no obvious way to do this in the editor UI. I'm looking into how to use the API to do this, but most of the resources I've found online for programmatically editing StoryMaps are obsolete/outdated; the blog below shows the StoryMap class as having attributes like .get() and .nodes, neither of which are currently supported class attributes in the ArcGIS API for Python 2.4.
Automate ArcGIS StoryMap Edits with ArcGIS API for Python