Skip to main content

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?

 

 

 

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

 

 


Reply