We pushed out two small Sheet Worker changes this morning.  The remove:repeating event listener's eventinfo includes a special property removedinfo that displays all of the attributes of the now removed repeating section. on("remove:repeating_inventory", function(eventinfo) { console.log(eventinfo.removedinfo); }); The setDefaultToken function now respects game default token settings as well. We've removed a legacy bug indicator, a red box that appeared around repeating sections with a completely lowercase ID. This was to monitor an old bug that has been fixed for some time. We're removing this because there is a very small change of a repeating section ID being generated with a naturally all lower case ID. Let us know what you think, or if you have any comments, questions, or concerns.