I tried the snippets you shared and this one
post_airtable_request = requests.post(post_url, headers = post_headers, json = json.stringify(data))
I’m still having the same error
I’m getting an error using the script above
Traceback (most recent call last):
File “update_airtable.py”, line 42, in
post_airtable_request = requests.post(post_url, headers = post_headers, json = data)
AttributeError: ‘str’ object has no attribute ...