Hi all,
I have been working with the python Orion SDK. I was hoping to be able to add a custom property to a node, where the name of the custom property is a variable. Example shown below:
connection.update(uri + '/CustomProperties', property_name = property_value)
How can I make it so "property_name" can be a variable? Or will that have to be hard coded in?