Skip to main content

batch_create: How can I format date for API call

  • May 12, 2023
  • 1 reply
  • 26 views

Forum|alt.badge.img

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

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • May 12, 2023

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