Jul 15, 2021 08:31 AM
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!
Solved! Go to Solution.
Jul 15, 2021 09:25 AM
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.
Jul 15, 2021 09:25 AM
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.
Mar 08, 2023 10:09 PM
The url from airtable table or page & record_ID() works.