I have a select field inside a repeating section.  I have a sheetworker set to activate on a change in that field. Inside that worker I call getAttrs for the value of that field, and it is currently returning the value from before I changed the field.   Gist of files   The sheetworker can be found by searching for:  on("change:repeating_weapon:wcl"  The html can be found by searching for:  "attr_wcl"  EDIT  Field updates correctly after closing the options window (I copied the design from the DnD 5e sheet by roll20)  So it's not getAttrs that's the problem by the look of it.  Still, the field is visibly incorrect until the options window is closed.  Also, it's only the first repeating field that is affected. (Note, there is a fake repeating weapon line for Unarmed Combat - this is separate and fixed).  I have cleared the cache, there are no add-ons enabled.