The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.
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?
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.