Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

batch_create: How can I format date for API call

Topic Labels: Data Dates & Timezones
1162 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Megha
4 - Data Explorer
4 - Data Explorer

Hi,

I am getting this error when I try to upload a string valued date to a "Date" type column in airtable using python script. 

[Error: {\'type\': \'INVALID_VALUE_FOR_COLUMN\', \'message\': \'Field "Uploaded Date" cannot accept the provided value\'}]

Which format will it accept?

 

 

 

1 Reply 1
kuovonne
18 - Pluto
18 - Pluto

Date fields in Airtable are usually ISO 8601 text strings. However, you can also set the typecast option to use other formats.

kuovonne_0-1683922005754.png