i create a property and mark IsPersistent = FALSE but each time I load the property with new values (CreatePropertyValue) they remain within the property. ( i can view them in the property manager)
i want to call for the properties values and be returned a new list of values.
i dont want the values from previous calls to be included as well.
am i misinterpreting IsPersistent?
do i need to make this a DynamicVariable?
can I change something in the DB to make the values non-persistent?
thanks
paul