Help

Error when trying to create a field of type lastModifiedTime in a new table

1850 1
cancel
Showing results for 
Search instead for 
Did you mean: 
roba
4 - Data Explorer
4 - Data Explorer

I'm using the Airtable API to create a new base and a new table (called 'Raw Data') within it. All of my singleLineText fields are working fine, but when I add a final field named 'Last Modified' with a type of lastModifiedTime, I get this error back from the api call:

error: {
   type: 'UNSUPPORTED_FIELD_TYPE_FOR_CREATE',
   message: 'Invalid options for Raw Data.Last Modified: Creating lastModifiedTime fields is not supported at this time'
}

I haven't been able to find anything in the API docs or by googling about this. I would appreciate any help.

     Thanks,

     Rob

1 Reply 1
AirUser
4 - Data Explorer
4 - Data Explorer

Same error here.
Can someone help please?