Creating Templates within a project - Fitness Tracking App

Hi,

I’m very new to this so I am still getting to grips with the platform, could any one help me out with how I could create a template within an app that could be reused multiple times?

Eg, if you was to do the same workout twice a week, to be able to copy over that template to the second day but also be able to manually change reps etc

Thanks in advance!

If you store reps as a table with a structure including the rep ID and the day of the week, you can add a form button and name it “Duplicate” in the details view of any reps you have added.

When users click that button, you show them a form with the default values being the values of the underlying screen. Users can easily change the date of the rep to “duplicate” it to another day.

1 Like