hi all thx for very important plugin how i can get the last value of cfs[1] how i can get the last update value of cfs[1] ``` self.custom_field_values = { 10=> CustomValue.where( custom_field_id: 1).last } self.custom_field_values = { 11=> CustomValue.where(custom_field_id: 1).update } ```