If you want to create the Daily Entry yourself manually every day β> You donβt have to do anything and you can start using the Template immediately!
If you want the Daily Entry to be created automatically every day β> Enable Repeat for the Daily Entry Template
Existing Formula:
round((toNumber(prop("πΏ Cold Shower"))+toNumber(prop("π Journal")))*100/2)/100
Now let's say I want to add a habit called "Water Plants":
New Formula:
round(toNumber(prop("Cold Shower"))+toNumber(prop("Journal"))+toNumber(prop("Water Plants")))*100/3)/100