steve64 Is it possible to add custom properties to ListItem objects, being them tables ? So far I was able to do this only with the notation item['name'] and not item.name and I have also troubles in reading the property back later.
Samir Just a warning with this practice : ListItems are ephemeral objects (ie, the custom property set might not be always available)
Samir steve64 if you need to access these custom properties outside the actual context of the listitem yes it's better, like in the List itself for exemple