I’m trying to pass a simple integer from dynamo and pull that number into Python. However, when I read the objects passed through, I only get data in the form of:
id=‘5ee0e11ec712900cf8585909’ private=None canRead=None canWrite=None owner=None anonymousComments=None comments=None createdAt=None updatedAt=None type=‘Placeholder’ name=None geometryHash=None hash=None applicationId=None properties=None partOf=None parent=None children=None ancestors=None
I’m quite new to speckle and python in general so I’m struggling to understand the GitHub material in terms of the correct way to extrapolate the integer data that is being passed by dynamo.