hi guys,
im a new with appsheet. currently i have column [expiry date] and has auto compute with this formula
**`IF([CREATED DATE]=(""),(""),([CREATED DATE], +365))`**
if the [created date] is blank the value should be null/or empty. why is not working?