I'll write a response here.
The interface has filter and sort information in the URL but is encoded in BASE64.
https://airtable.com/app~/pag~?DfXMD=b%3AWzAsWyJxUG9RUSIsMTEsImFhYSJdXQ
This URL filters in fields that contain the value "aaa".
When decoded, it is
WzAsWyJxUG9RUSIsMTEsImFhYSJdXQ => [0,["qPoQQ",11,"aaa"]]
"qPoQQ" is FieldID
"11" is Operator
"aaa" is Value
If you understand how this works, you could link to a user-filtered interface page.
It would need to be BASE64 encoded, so it would not be possible to do this with just a formula field.
Hey Sho-
Any idea how to get a formula for a record detail within a record detail in the interface?
SO I have list, I want the formula to take me to that list in the interface, then to the record detail and then to another record detail within the first record detail - make sense?
Basically, switching to the interface, having issues with email automations taking to a specific record detail, since before we could direct right to a view in the data layer base. Thanks for any insight!