I'm creating a task in Pro and need some advanced work flows that open different maps based upon an attribute that is selected. Basically I'm allowing the end user to search for an employee, and then I want to show a map created for the floor that employee works on. Is it possible to change which maps are open in ArcGIS Pro using Python?
Open a map might be possible with os.startfile() ?
Thanks for the suggestion, but I already have the project open in ArcGIS Pro so I don't think that'll work.