Hi!
I am attempting to use an object with runtime properties as input parameter to a custom component. However, the runtime properties are not accessible in the component. I assume that is due to the data type of the parameter being set to a specific kind of object, and therefore it is expected to contain only the standard object properties. I would like not to have to make a distinct object type containing the runtime values for each of the object elements, and use that as another component parameter. Any suggestions?