Sep 10, 2020 09:35 PM
I’m trying to figure out how to write a formula that matches a field that contains a link to records.
In my setup, I have a field that is a link to another record. I’ve tried {Field_Name} = rec########, {Field_Name} = “rec########”, {Field_Name = “Record Identifier”}.
What am I missing??
Sep 11, 2020 06:58 AM
Are you using a formula field in the native Airtable interface, the filterByFormula feature of the Standard REST API, or one of the other APIs?
If you are using a formula field in the native Airtable interface, you do not need to use the record id.
If you are using one of the other APIs, the linked record field is stored as an array of objects. Refer to the API documentation for the exact format.
If you need more help, could you please post some screen shots of your base and your code?
Sep 12, 2020 06:43 PM
I’m using Integromat. As a bad workaround, I just made another field that is a CONCATENATE formula to pull the text of the name. It works, but it’s extra data in the table that isn’t needed.