Hi,
I have a problem and i don't know how to solve it .After an airtable import I have a computed string field containing a string in ISO format ( because it was a computed field in Airtable ):Â
2023-01-02T16:03:44.818Z
(by the way there is a bug in Airtable import when you have a DATE field with the option 'include time' checked the field is ignored by import : https://ibb.co/BC0327L )
So the idea I have is to create a new timestamp field and transform the value of this string field into a timestamp value and fill this new field.
Thanks in advance for your help!