# Creating Templates within a project - Fitness Tracking App

**URL:** https://community.glideapps.com/t/creating-templates-within-a-project-fitness-tracking-app/61256
**Category:** Ask for Help
**Created:** [May 2, 2023, 12:25pm UTC](https://community.glideapps.com/t/creating-templates-within-a-project-fitness-tracking-app/61256 "2023-05-02T12:25:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Jamil\_Islam](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jamil_islam/32/57335_2.png) [@Jamil\_Islam](https://community.glideapps.com/u/Jamil_Islam)
#### Post date: [May 2, 2023, 12:25pm UTC](https://community.glideapps.com/t/creating-templates-within-a-project-fitness-tracking-app/61256/1 "2023-05-02T12:25:54Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 2, 2023, 1:38pm UTC](https://community.glideapps.com/t/creating-templates-within-a-project-fitness-tracking-app/61256/2 "2023-05-02T13:38:48Z")

</div>

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.
