Help

Re: DATETIME_PARSE does not recognize my datestring!

1150 0
cancel
Showing results for 
Search instead for 
Did you mean: 
SANTIAGO_GARCIA
4 - Data Explorer
4 - Data Explorer

Hi there! I’ve been using DATETIME_PARSE for some time now to convert outputs (datetime strings) from formulas into dates with format but now DATETIME_PARSE is not working anymore. I don´t know if Airtable has made any updates around this function recently?

Just to give a further context, I use DATETIME_PARSE to convert datetime strings (with this format ‘DD/MM/YYYY’) resulting from a formula into Dates with a format that Airtable can read in order to compare them with other dates (these dates have the Airtable format). DATETIME_PARSE used to convert them into comparable dates but now the formula says #ERROR! all the time.

If any of you know about any updates Airtable made around this formula or instead knows how I could solve this problema please let me know!! I’ve already tried 1.000 different things :frowning:

Thank you for your time!!!

10 Replies 10

Same problem.

I'm pulling a date in a lookup field and need it to be recognizable as a date for automation. 

NameEnd Date End Date LookupFormatted Date
DescriptionLookup Source Lookup DateParse Function
SettingsTime is Off Time is OffTime is Off
   Tried same TZ on & offTried same TZ on & off
 Timezone is Hidden Timezone is HiddenTimezone is Hidden
 Local Date Format Local Date FormatLocal Date Format
Formula   DATETIME_PARSE({End Date Lookup},'MM/DD/YYYY')
Output/Text6/14/2023 6/14/2023#ERROR!