Help

batch_create: How can I format date for API call

Topic Labels: Data Dates & Timezones
570 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

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