Jul 11, 2023 05:26 PM
It appears the URL for a sidesheet within an Airtable Interface does not contain the Record ID.
Hoping to create a formula link to records displayed in a sidesheet, however cannot figure out how to do this with the structure of the sidesheet URL.
The structure is either:
or:
The 106 characters after "detail=" is consistent across the various interfaces accessing the same sidesheet, so assume that is the unique identifier I need to generate via an Airtable formula, however have not been able to find a way to do this (similar to using RECORD_ID() in a formula).
Can anyone please offer advice?
Thanks,
Tanya
Jul 17, 2023 12:34 PM
Hi there,
At the moment, there isn't an easy way to use a formula field to obtain the URL to a sidesheet in an Interface. Please know that this functionality is being discussed by our ProdDev team but unfortunately, we don't currently have a timeline for when this feature may be released. I've upvoted this idea on your behalf as a way we could improve the product further—thanks for surfacing it! Also, you can stay on top of Airtable product changes from our What's New Page.
A complicated workaround could be to use a base64 encoder with the following values: {"pageId":"pagxxxx","rowId":"recxxxx","showComments":false}. However, our support team isn't able to troubleshoot this type of workaround.
Jul 18, 2023 05:45 PM - edited Jul 18, 2023 05:46 PM
Hi @Vic_Airtable,
It would be excellent to be able to link to a record in a sidesheet - in this case for example, I have built a project management interface for the team, and scheduled automated reminders, so being able to link directly from the email to the interface they are familiar with would be ideal.
Thank you for the follow up info and workaround suggestion!
Tanya
Jul 19, 2023 12:59 AM - edited Dec 23, 2023 11:37 PM
Hello @Tanya_Sager, We've built an app just for this, and it even works if your Interface has filters: https://airtable.com/marketplace/blketWdmOlr98JMZl/sidesheet-link-generator
We've also created another app that will generate a script that you can use with Airtable Automations "Run a script" action to generate links to the Sidesheet in your Interface automatically!
And you can try the app before buying it here: https://www.lomlabs.io/airtable/scripts/interface-sidesheet-link-generator
Jul 27, 2023 04:32 PM
Great thanks @Lom_Labs, will check it out!
Nov 27, 2023 01:24 PM
What about an encoded url for details pages that are opened on top of each other?
Nov 29, 2023 12:55 PM
Hi @Anthony_Gualand ! If you can provide an example screenshot of the page you want to create an encoded URL for I can see if it works with my app!
Feb 05, 2024 09:00 AM
Hi @Vic_Airtable, this would be incredibly useful. Please revisit this!
Feb 06, 2024 10:56 AM
Bump for revisiting this. There seems to be a solution for this in the "link to a page" section in automation, but AT doesn't see my interfaces for some reason. Also would that have the same functionality as opening a sidesheet anyway?