Help

Re: Get actual records instead of record_id using Python requests library

737 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Krishangi_Goswa
5 - Automation Enthusiast
5 - Automation Enthusiast

Hello Community,

This is how I am getting the records using the Python requests library: How to get more than 100 rows using Airtable API in Python using offest?

But some fields only show the “Record_id” instead of actual values. I hit a wall trying to find solutions to this. How do I resolve this?
Any leads would be appreciated.

Thank you in advance!

4 Replies 4

I assume you actually meant -

But some records only show the “Record_id” instead of actual fields and their values.

Is it possible you have empty rows in your table?

Yes, you understood me correctly.
These are filled but they show the “Record_ID” only.

Almost impossible to assist without seeing the code.

This is exactly the code I am using :