Here’s my scenario - I have a DB page where I’m aggregating total reps of particular exercises in a table.
On another subpage (Where a user can record reps for a single workout session) I have lookup elements for each exercises name and adjacent to those I have a progress bar element for each (This isn’t a table because on mobile the UI isn’t suitable). I’ve created a button above all the elements that should add the workout session amounts for each exercise to the DB page.
My challenge is coming up with a formula that takes the progress bar number for each exercise and adds it to the current total in the DB page. Refer to the screenshots below.