Skip to main content
Solved

Default View for Record URL

  • July 15, 2021
  • 2 replies
  • 25 views

egordin
Forum|alt.badge.img+15

Hello!

Does anyone know how the default view for an Airtable Record URL? I would like my automation (Slack notification) to open the record URL with a specific view in the background, but I’m not sure how to to do that.

Thank you!

Best answer by Databaser

If I understand your question correctly, you can just copy the view URL (eg https://airtable.com/tblUg4hpHGAygmjEK/viw5IT0EF.../) and paste the RECORD_ID() using a formula field. You will then always have a URL to your records in a chosen view.

2 replies

Databaser
Forum|alt.badge.img+25
  • Brainy
  • Answer
  • July 15, 2021

If I understand your question correctly, you can just copy the view URL (eg https://airtable.com/tblUg4hpHGAygmjEK/viw5IT0EF.../) and paste the RECORD_ID() using a formula field. You will then always have a URL to your records in a chosen view.


Forum|alt.badge.img+2
  • Participating Frequently
  • March 9, 2023

The url from airtable table or page & record_ID() works.