Hello all, I am working on a routine that reacts on destruction of a repitem. on("remove:repeating_talents", fn(RemoveHalfLinks) ); The data that the routine needs to process is stored in an attribute called repeating_talents_ROWID_T_LinksGetValue_max When I log the eventInfo.removedInfo, I can clearly see repeating_talents_ROWID_T_LinksGetValue but not repeating_talents_ROWID_T_LinksGetValue_max, while I know for a fact that it had a value. Is there any access to the _max value without rewriting all my code.