Hello all -
I am trying to figure out if there is a way to "deep link" to a specific interface form.
I have a list-type interface page that lists Notes. (https://airtable.com/appXXXXXX/pagYYYYYYYY) It has an action button "Add New Note." Clicking that pops up a modal New Note form, but the URL in the browser does not change. However if I click on a record, that record has a unique URL. (https://airtable.com/appXXXX?detail=YYYYYYYYYYY)
The question: Is there a URL, or a way to construct one, that will give me the List page with the New Note overlay?