All Collections
Client Portal & Shared View for Airtable
Portal & Shared View FAQs
How to open a particular portal table automatically when loading?
How to open a particular portal table automatically when loading?
Updated over a week ago

You need a URL that will allow the portal to load a specific portal table even if it is not the first in the list. You need to do the following:

  1. Remove the recordid parameter from the URL

Here is an example of the Record URL formula

'https://web.miniextensions.com/kLFbwMUXKgrsExF5jy7T?fieldId=fld8QDEJdKEyD7Tr3&recordId=' & RECORD_ID()

Now, it should look like this

https://web.miniextensions.com/kLFbwMUXKgrsExF5jy7T?fieldId=fld8QDEJdKEyD7Tr3
Did this answer your question?