I’m using postman to query records in a base. Using the GET command https://api.airtable.com/v0/appXXX/XXX?fields[]=Creator. This return an array of values including the name of the Creator. How would I go about filtering by a Creator name? So only records from a specific creator are returned.
Thanks!!