Skip to main content
Question

Filter by id from another table in API ?

  • July 22, 2025
  • 3 replies
  • 63 views

Forum|alt.badge.img+2

Hi,

 

I have this table where i would like to filter by the ID of the player.

 

But I strangely cannot find a way to do it. 

 

Thanks a lot for your help,

Laurent

3 replies

TheTimeSavingCo
Forum|alt.badge.img+31

What does your GET url look like?  Here’s an example of one I just tested that works:

https://api.airtable.com/v0/appz6YcyO3dXfqDWV/tblsCy38oC7N7FE4c?maxRecords=3&filterByFormula={Users}="DEF"

 

https://airtable.com/developers/web/api/list-records


Forum|alt.badge.img+2
  • Author
  • New Participant
  • July 22, 2025

Yes but in your case DEF is not a unique ID. You just filter by text if I’m not mistaken. 
 

for example, in my case, two people can have the same player name, this is why I need to filter by their ID, which is unique. 


TheTimeSavingCo
Forum|alt.badge.img+31

Ah, try creating a formula field in the ‘Player’ table with ‘RECORD_ID()’, create a lookup field to display that in ‘Chat Log’, then filter by that