Skip to main content

I have a field that has stuff in it like this

" 2023-02-09 Jeff Alexander Website"

I'm using a formula to extract the date and the name so then I have fields that look like
" 2023-02-09" and "Jeff Alexander Website"

I want to make a calendar view of this table. It's asking for a date field. Even though i have a field that isolates the date ( 2023-02-09 ) it isn't a field type of date, so airtable doesn't recognize it. 

my thinking is that i need a date field and i need to autopopulate it and i don't know how. I'm open to other ideas for how to put " 2023-02-09 Jeff Alexander Website" into a calendar view

Hey @jugglegood

If you already have a field that is extracting the date from the string, you can use the DATETIME_PARSE() function to have the formula return a date value which will Airtable will then be able to leverage to populate a calendar view.

Let us know if there's any additional nuance here or if you need any help with getting that formula together!


Reply