I don't know if there is already a topic open for this, but searching for my problem I was unable to find anything recent... I am using a roll button to set an attribute to that of a data holding sheet. (The data is json) When this attribute is changed it triggers sheetworkers to set the initial state of other attributes on the sheet using this data. I am nearly done implementing all features of this sheet, but for weeks I have been experiencing issues with it going through periods of time where it will not trigger the sheetworker. The mod I am using is chatSetAttr which seems to be a very commonly used and well kept mod, so I am unsure of where the cause is. Trigger sheet workers when setting attributes: is confirmed checked. I have tried disable/enable script and refreshing the api sandbox and sandboxtabletop several times in several combinations, but can't get it to work. I don't think it is my on('change: because if I manually change for ex. 'base_level' it triggers, but if I !setattr --sel --base_level|2 it changes the base_level to 2, but doesn't trigger the sheet worker. Some days, I will log on and it will just work, other days regardless of what I try I can not get it to work which really affects the sheet's functionality.