Modify existing instances and add time series reference via SDK Hi team,This is what I am trying to achieve:I have written a function to create a new time series (in case it is not already created) and insert data points into it.The newly created timeseries needs to be added to a solution data model I have created.type ESPInputs @view(space: "workflow-sdm-spc", version: "1_0") { well:Well pump: ESP, operatingFrequency: TimeSeries, voltage: TimeSeries, pumpIntakePress: TimeSeries, pumpDischargePress: TimeSeries, motorWindingTemp: TimeSeries, current: TimeSeries, vibration: TimeSeries, torque: TimeSeries, pmm: TimeSeries, operatingFrequencyPmm: TimeSeries}The instances under this view are already present. The newly created time series need to be references to the property pmm that are filtered via well property (I have well external Id and pmm time series external id available with m