Hello Grafana community,
How can I use search folder name in JSON description Dashboard List panel (https://grafana.com/grafana/plugins/dashlist)?
I need to usually copy dashboards form Grafana instance to another instance. I use Export and Provisioning for it. Grafana instanses have same name folders but different folderId. My search in Dashboard List panel by Folder doesn’t work incorrect.
In dashboard JSON file is folderId instead of folderUserId:
...
"panels": [
{
...
"folderId": 4, <- on 2nd instance same folder has 6 folderId
...
"type": "dashlist"
},
...
]
Thank you in advance.