Hi,
this formula i found is no longer working I think since Notion did some updates on their formula language
dateAdd(dateAdd(dateAdd(dateSubtract(dateSubtract(dateSubtract(dateSubtract(dateSubtract(now(), year(now()), "years"), month(now()), "months"), date(now()) - 1, "days"), hour(now()), "hours"), minute(now()), "minutes"), toNumber(slice(prop("Name"), 6, 10)), "years"), toNumber(slice(prop("Name"), 0, 2)) - 1, "months"), toNumber(slice(prop("Name"), 3, 5)) - 1, "days")
Error:"Argument of type text does not satisfy function slice."
Would anybody be so kind to help me with this? Replacing slice with substring does not work either, equals empty value