Hi all, I have read the followed thread, but still doesn't answer what I am trying to do. <a href="https://app.roll20.net/forum/post/9341959/trigger-event-on-new-row-added-to-repeating-section" rel="nofollow">https://app.roll20.net/forum/post/9341959/trigger-event-on-new-row-added-to-repeating-section</a> I have in my sheet a repeating section repeating_spells for spells. In this section I have a select (could also be an input) SP_Circle, that gives the Circle (level in Eathdawn) of the spell On top of this section, I have a radio that works very well to make a filter on all the spells of certain level... When radio is 0, all the spells are shown, when radio 1, a CSS is filtering the repeating section to show only the Circle (level) 1 spell and so on... This works quite well except for one stuff: When you are filtered like this, and you click add for a new repeating section item, it doesn't appear except if you are in the radio 0 display. It makes sense because the new row initializes with a default value for the Circle (level), so the filter doesn't catch. I tried a sheetworker that triggered at any change of the repeating section, and if the Circle was still at the default value, would write the value of the radio in it, but it doesn't trigger when I click on add... Worse it triggers at the next action I am doing, so if I am trying to create a new level 4 spell, from the level 4 filtered view, nothing happens... But if now I click on the radio to display level 3 spells, the sheetworker now triggers and my new spell is here at the wrong level I saw in the above thread that clicking Add on a repeating section was actually not creating the line until a modification was done by the user... Any other suggestion how I could achieve the expected result (i.e. when adding a line from one of the filtered view, the new line is created and displayed with the desired value as per the filter)