Solve export/import property overwrite
I use some things as a library container for some specific functions
On those things I have services and properties.
I also have sandbox and production cloud hosted instances.
I develop on sandbox then export to production when all is OK ... as all probably do 😉
The problem is that properties contain "local parameters" and the values are different between sandbox and production.
So ...if I export from sandbox and import to production, I could overwrite the right production properties values !
Note that this overwrite may happen also if I export a thing now "as a backup", and import it again after some time
What is the best way to avoid this ?
- May be I could work with thingshape instead of writing directly on the "Library thing" (and export-import the shape instead of the thing ), but this will make a little more complicated and unnecessary for a single thing (shapes are useful for usage on many things).
- Or I could bind properties of the "library thing" to another thing ... don't know however what happen with bound properties values after export-import of the "library thing"
- or use a datatable for storing values ....
It would be helpful to avoid overwrites ... a checkbox "skip import value" for each property (on the Aspects section) that will avoid the overwrite of the value during an import procedure.

