Help

Re: Format multiple times

758 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Aaron_Schiff1
4 - Data Explorer
4 - Data Explorer

Hello,

I have two tables. One table the primary key is dates. Every entry is a new date. On the second table, I’m trying to show the list of dates so that it can show up for calendar view. Since when I connect tables it doesn’t understand that the primary key is a date, I use the dateparse function. However, if there’s 2 dates, dateparse doesn’t work.

Is it possible to get multiple dates?

2022-02-04_15-10-51

4 Replies 4

You would need to create your calendar from the other table — the table where the impacted dates are located.

Not sure I understand what you mean. Let me show you the latest table of what i’m trying for

2022-02-04_15-10-51

dilipborad
8 - Airtable Astronomer
8 - Airtable Astronomer

Hello @Aaron_Schiff1,
I think the formula makes an error because you have to put the proper date string while you change the format of the date. It works with a single date, and not with multiple because format date considers that 2 dates as a single date and that’s why the error occurs.

I think you should try the lookup field and select that same field “Impacted Date” in the field.
Check my example.
image

@Aaron_Schiff1 Are you trying to create a calendar view? If so, you can only have one date per record. That’s why you need to create the calendar view from the other table… the table where the dates originally live.