I noticed there is a "repeating" function that allows users to add stuff to their character sheets. Is there any way I can reference values within those repeating functions? Like if I had <b>Bacons</b> <fieldset> <div style="width: 200px;"><input type="number" name="attr_crispyBacons"><br>Crispy Bacons</div> <div style="width: 200px;"><input type="number" name="attr_squishyBacons"><br>Squishy Bacons</div> <div style="width: 200px;"><input type="number" name="attr_rawBacons"><br>Raw Bacons</div> <hr> </fieldset> Could I then reference all of the crispy bacons in all of the user-created sheet additions and more importantly can I reference them individually somehow?