Scenario: Created 10 cloud vars on the 30th Jan, then renamed vars 'B' & 'D' Updating any of them results in the expected message being sent to the Cloud Data Server, e.g. {"method":"set","user":"ThemeAndReality-Test","project_id":"958218293","name":"☁ Cloud var A","value":1} But when loading the project, the Cloud Data Server only sends a message for vars 'B' & 'D', e.g. {"method":"set","project_id":"958218293","name":"☁ Cloud var B renamed","value":"5"} {"method":"set","project_id":"958218293","name":"☁ Cloud var D renamed","value":"8"} The other cloud vars retain whatever value they had when the project was last saved in the editor ('0').