All Collections
Client Portal & Shared View for Airtable
Advanced
How can I set which menu should be displayed when the portal is loaded?
How can I set which menu should be displayed when the portal is loaded?
Updated over a week ago

By using the Record URL Formula, you can generate a customized URL to display the portal with the desired menu for your users. Simply remove everything the &recordId parameter in the URL to create a working link.

For example, this is the formula that you can get from Record URL Formula:

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

After modification, it should look like this.

https://web.miniextensions.com/xyz?fieldId=abc

Did this answer your question?