Skip to main content

I have a view with a linked field to another view. When using the Download CSV option on the view the resulting export provides the values of the linked field and not the record ID. I understand that this makes sense but for my use case, I need the record ID’s as well.



Is there a way for me to export a CSV of a view and get the Record ID’s instead of (or as well as) the values of a linked field?



Thanks! 🙂

Welcome to the Airtable community!



In the linked table, create a formula field that shows the RECORD_ID(). Then in the view you want to export, add a rollup field based on the linked field that shows the formula field with the record ID.


Reply