Oct 08, 2020 03:37 PM
Hey All,
I hope everyone is keeping well given the current pandemic.
I have recently started to use Airtable Sync and since then, noticed a couple of my formulas are now showing up with #ERROR (see pics attached).
My database is a paid plan, but is syncing to a free database. The DOB is being synced to the new page, but the age is not.
I would love some help on how to get the age to show again! Thank you so so much!
Solved! Go to Solution.
Oct 09, 2020 05:50 AM
Hi everyone, this bug should be fixed now. You may need to refresh your screen (or restart your app if you’re using our desktop version) to see the changes.
So sorry for the issue!
Oct 08, 2020 03:54 PM
@Abby_Malesytcki has noted the same issue, and I just checked and am seeing similar errors for DATETIME_DIFF()
functions.
@Jason, @Kasra
Your DATETIME_DIFF()
function is broken :confused:
Oct 08, 2020 03:57 PM
Hey @Jacqui_Birchall and @Jeremy_Oglesby,
Thanks for letting us know! We were just finding this out as well. Would you like me to create a support ticket about this for you?
Oct 08, 2020 03:59 PM
:man_shrugging:
…not really; just kinda would like to see it fixed. If it will help your workflow, then go for it.
Oct 08, 2020 04:00 PM
No problem, I’ll update here once we’ve confirmed a fix.
Oct 08, 2020 04:27 PM
It fails for me when I use Today() as the first parameter, but not if I use that as the second parameter. As a temporary workaround, switch the location of Today() and Birthday in both phrases in the formula, then put a minus sign in front at the very beginning. Here’s what the successful formula will look like:
-DATETIME_DIFF(Birthday, TODAY(), ‘years’) & ‘years, ’ & MOD(DATETIME_DIFF(Birthday, TODAY(), ‘months’),12) & ’ months’
Oct 09, 2020 05:50 AM
Hi everyone, this bug should be fixed now. You may need to refresh your screen (or restart your app if you’re using our desktop version) to see the changes.
So sorry for the issue!