Hi Smartsheet Community,
I’m having an issue with a dashboard after copying a folder via POST /folders/{folderId}/copy. The dashboard’s chart widgets show errors: "Unable to display chart. The source sheet or report either can't be accessed or has been deleted." I suspect the reports/sheets aren’t copied before the dashboard, causing the references to break.
Question: Does the copy sequence matter? Should I copy reports/sheets first, then the dashboard, to ensure widget references remap correctly? How can I do this with the API?
Tried:
- Copying the folder in one go, but the in dashboards few reports are pointed correctly, and few are missing data sources
Goal: I want the dashboard to automatically link to the new copies of its data sources without manual re-linking. Any advice?
Thanks!