
Hi, I try to get a field inside a repeatable_section (which i have multiple, hence the "-archery" at the end of the fieldset class name) where the button i click into is also. on ( 'clicked:charmcast' , TAS . _fn ( function clickCharmCast ( e ) { TAS . debug ( 'ON click:charmcast e=' , e ); let attrName = ` ${ e . htmlAttributes [ 'data-section' ] } _charm-name` ; TAS . debug ( `attrName= ${ attrName } ` ); getAttrs ([ attrName ], values => { TAS . debug ( 'values=' , values ); TAS . debug ( `rollexpr=' ${ values [ attrName ] } '` ); }); })); and in HTML i have < fieldset class = "repeating_charms-archery" > containing < input type = "text" name = "attr_charm-name" > and < button type = "action" name = "act_charmcast" data-section = "repeating_charms-archery" > Can someone tell me what i'm doing wrong ? Wiki tells that it i do a getAttr inside a trigger that is inside a repeatable section, it scope and works, as i've read, else, how can i get the RowID ? it's the other only way i could access this variable but i can't find how to include it in my html so i can use it in the sheetworker Thanks everyone for your helpsm and have a great day !