I'm Using A Backup Json To Create An Dashboard, Fiest I Upload the Recipe Json And Load Successfully, Then I Upload Json In Dashboard By The Methord Like CTRL + E Then I Pase It That Dashboard Json And Change Id And URL Then the Dashboard Get Created But When I Was Trying To Save The Dashboard Then This Error Is Pop-up [Problem deserializing 'setterless' property 'dataSourceLinks': get method returned null]
7 réponses
Hi @Mehboob Shaikh,
'datasourcelinks' section of the json in the new release looks a bit different. In your dashboard json try replacing
"dataSourceLinks": [],
with
"dataSourceLinksInfo": {
"links": [],
"enableAutomaticLinking": true,
"excludeRelationships": []
},
and then use the updated json to create your dashboard