Kraynic said: The easiest way to get info like that is to open the sheet, find the toggle, right click on the checkbox (or whatever input you are looking at), and select "Inspect" from the right click menu. That should bring up the html for that particular item on the sheet. You will be looking for the name entry. name="attr_attributenameyouarelookingforhere" thank you! that worked, it turns out that what actually gets stored in repeating_npcaction_$0_desc_show is just word-for-word the actual description if the toggle is set to 'show' and blank if it's set to 'hide", which is super unhelpful for what I'm trying to do -_-