Thing shape subscription cannot change property values
Hi Forum
I have a weird problem in thingworks. I have a thing shape with a data change subscription. The script needs to update a property value and as usual i write "me.<property> = <something>" but for some reason the property does not get updated. If i copy paste the code into a service and execute the service it works just fine. I have a logger message in my script and can see that the subscription is triggered but the data is not updated.
Even more strange, when i make the subscription trigger the service (that i know work) i can see that the service has run, but again no update to the property.... whaaat.... if i then right after trigger the service manually the property updates.
I have no clue why this happens. It used to work on 8.4.x since then i have updated to 8.5.0 and now i have this mess.
Hope someone can help me.

