User Add Input Notes To List Items - Fitness App Help

Hello smart people!

I am trying to create a fitness app where a user can:

  1. Create a new workout
  2. Add exercises to that workout (by selecting from a list of exercises in the database)
  3. Then add notes to each exercise

So for example, I would like the user to have the ability to:

  1. Create a workout called “Chest Workout”
  2. Then add exercises - “Bench Press” and “Push Ups”
  3. Then add notes for “3 sets of 8 reps” and “2 sets of 25 reps” respectively to those exercises

Does anyone have an idea how to create this logic? I can create a notes input for the workout, but not sure how to do it for each exercise within the workout. I hope this makes sense. Any help would be appreciated!

Thanks in advance! :slight_smile:

Hi @TrZd,

Something like this?

Also this post by Hanan will help you too! : Add new elements to current view - #3 by Hanan

Thank you

1 Like

@dilon_perera you rock!!! Exactly what I was hoping to accomplish. Thank you so much!!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.