how many textboxes did you create?
let me suggest you to reuse your textbox components...
how many categories like Atletics or Vigor are there?
For example display only one category, for example Atletics together with the necessary textboxes and on button click reuse the same textboxes for other categories like Vigor etc
TinyDB tag "Vigor/P.Fuerza/Bono" might be used to save the value from textbox 4 in this figure.
You could also keep a table mapping these TinyDB tags (column 1) into textbox components (column 2) to help automate clearing, display, and storage. Use the Lookup In Pairs list block to get the associated text box from the table.