<aside> <img src="/icons/no-entry_red.svg" alt="/icons/no-entry_red.svg" width="40px" /> Do not interact with this page!
Please be advised that this database page should not be edited, moved, duplicated, or deleted. Interacting with this page can cause errors and instability in your workspace, leading to potential data loss.
</aside>
<aside> <img src="/icons/code_gray.svg" alt="/icons/code_gray.svg" width="40px" /> code for “due” property in subscription
if(contains(prop("Billing Cycle"), "day"), format(dateAdd(prop("Start Date"), ceil((dateBetween(now(), prop("Start Date"), "days") + 1) / toNumber(prop("Billing Cycle"))) * toNumber(prop("Billing Cycle")), "days")), if(contains(prop("Billing Cycle"), "week"), format(dateAdd(prop("Start Date"), ceil((dateBetween(now(), prop("Start Date"), "weeks") + 1) / toNumber(prop("Billing Cycle"))) * toNumber(prop("Billing Cycle")), "weeks")), if(contains(prop("Billing Cycle"), "month"), format(dateAdd(prop("Start Date"), ceil((dateBetween(now(), prop("Start Date"), "months") + 1) / toNumber(prop("Billing Cycle"))) * toNumber(prop("Billing Cycle")), "months")), if(contains(prop("Billing Cycle"), "year"), format(dateAdd(prop("Start Date"), ceil((dateBetween(now(), prop("Start Date"), "years") + 1) / toNumber(prop("Billing Cycle"))) * toNumber(prop("Billing Cycle")), "years")), format("ERROR. Please input the 'Billing Cycle' correctly. Allowed Input: 'days', 'weeks', 'months', 'years'. E.g., '1 day', '3 weeks', '4 months'.")))))
</aside>