Newbie question here! I searched the forum and couldn’t find what I needed.
Wondering if it’s possible to share a read only link to a view with a URL parameter that filters to only show the records that match the parameter value?
Specifically, we have a field called “Group ID” that serves as a parent/master identifier that we use to group records together. I would like to share a read-only link with the Group ID value added on the end as a parameter. The viewer would then only be able to view records that had that particular Group ID. I’m able to dynamically generate the URL and send each time with a different Group ID and only want the viewer to see the records for that Group ID referenced in the URL they received.
The general idea is: www.airtable.com/viewid/?groupid=123456 would only show records that had a value of “123456” for the Group ID field.
I’m not sure how to set up the view and/or field or how to structure the URL :frowning:
From what I see hints of, this can be done but I couldn’t find specifics. Can someone point me in the right direction?
Thanks