Skip to main content

Export Record ID for linked fields on CSV export

  • July 5, 2022
  • 1 reply
  • 69 views

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! :slightly_smiling_face:

1 reply

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • July 5, 2022

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.