Schedule

Workout Schedule

Muscle Groups

Muscles Groups

Exercises

Excercises

History

Workouts

<aside> <img src="/icons/info-alternate_gray.svg" alt="/icons/info-alternate_gray.svg" width="40px" /> Get started with using Workout Tracker

https://youtu.be/icNQ5m2mvuA

Here is a formula you can use in the title of your Notion template to automatically set the title to the date from a date property:

formatDate(prop("Date"))

Replace "Date" with the name of the property that contains the date you want to use as the title. This will format the date as "YYYY-MM-DD" by default. You can customize the format by adding a format string to the formula, like this:

formatDate(prop("Date"), "MMM D, YYYY")

This will format the date as "Jan 1, 2022", for example.

</aside>