Hy there thanks for sharing. import requestsimport jsonbase_id = "YOUR_BASE_ID" # Replace this with the actual ID of your basetable_name = "Members"description = "Members"fields = [{"name": "UserName","type": "singleLineText"},{"name": "Name","type"...
Hy i can see your post and i have some suggestionimport requestsimport jsonapi_key = "YOUR_AIRTABLE_API_KEY"base_id = "YOUR_BASE_ID"table_name = "Members"description = "Members"fields = [{"name": "UserName","type": "singleLineText"},{"name": "Name","...