Hi Smartsheet Community,
We’ve been using a templated solution where we maintain a folder that includes dashboards linked to reports, which in turn pull from underlying sheets. We copy this template folder programmatically using the API (copyFolder) to create new instances for different clients.
This process worked flawlessly until recently. Now, even though the folder, reports, dashboards, and sheets are all copied, the dashboards lose their data source references — especially widgets that are based on few reports. When we open those widgets in the copied dashboard, they display errors like:
"Unable to display chart – source sheet or report can't be accessed or has been deleted"
It looks like copyFolder no longer updates internal references in widgets, similar to the recent issue where workflows are showing {{INVALID COLUMN}} in custom messages after copying a workspace. (https://community.smartsheet.com/discussion/139916/invalid-columns-in-workflows-when-copying-a-complete-workflow)
My Questions:
- Is there any planned fix or workaround to ensure copied dashboard widgets link to the newly created reports instead of the originals?
Thanks in advance,
Sachin