I’m using Python API Wrapper.
When I use get() method to retrieve a record that contains a ‘Link to Another Field’ Column, the method returns the linked record ID. I would like to get the linked record name instead. My next step will be to do a 2nd operation to look up each record (by id) and get the name. But I wonder if there is an easier way that I’m overlooking.
If not, any recommendations about an efficient way to do this with Python / Pandas would be appreciated.