Hi everyone! I’m trying to use API export to Airtable and I have everything set up. I cannot spot an error on this code:
{
"records": [
{
"fields": {
"First Name": "{First Name}",
"Last Name": "{Last Name}",
"Unsubscribed": "{unsubscribed}",
"Status": "{status}",
"Opt in": "{OPTIN_TIME}",
"Confirmation": "{CONFIRM_TIME}",
"Last Changed": "{LAST_CHANGED}",
"Notes": "{NOTES}",
"Email": "{Email Address}"
]
}
}
]
}
Can it be something related to the fact that I’m trying to export 10,000+ records?