Hello!
I’ve encountered a (bug?) or issue. When trying to retrieve a scalar collection parameter value I get the default value. After updating the value, getting it still gives the initial default value and not the newly updated value. The SET scalar parameter value node works as intended though. Is this a bug or intended design?
On the server:
-Setting the value works
-Getting the value works
On the client:
-Setting the value works
-Getting the value DOESN’T work