Shareable URLs to a Screen

Trying to share a url to a specific screen in an app like

https:// xxxapp .notionapps . com/Desktop3

And having it land on Desktop3 … currently it just defaults to Desktop0 …

Any ideas where to start? I thought I read of the ability to do so here in the community but I cant find the post now.

Thx

Hi,

Have you looked at this document: Link

Got it… New Forms only… I was trying for an Form (Update One Item) type pf page. Standing by assuming other views are in the works?

Hi, this isn’t something that we have on the roadmap at the moment. Please submit an enhancement request so that we can gauge community interest.

Hi NotionApps Team -

I was looking for more information on this ability, too. The new Content page feature documentation has repeat references to linking to a List or Details screen from a Content page, but it doesn’t further explain the proper URL syntax to do that. I haven’t been successful in attempting various iterations of a direct URL for a non-form screen, either.

I would be happy to submit a formal feature request if the current documentation is a little ahead of itself. It would definitely be a great add to the Content pages.

Thanks!

Peggy

Hi Peggy - Welcome to the NotionApps Family!!!

Thanks for the careful read — you’re right that the Content page docs mention linking to List and Details screens without explaining the URL shape.

Here’s what works today:

1. Create Forms (intake / add item)
Use either:

”https ://your-app.notionapps.com/?form=”

  • or a slug path from the form’s screen name, e.g. https://your-app.notionapps.com/submit-request

If guests should open it signed out, turn on Public access on that Create Form.

2. List, Details, and other non-form screens
Use:

”https ://your-app.notionapps.com/?screenId=”

Same-app links with that query are opened inside the app shell. For guests, the destination screen also needs Public access.

3. Finding <screenId>
In the builder, select the target screen and copy its screen id from the screen/config URL (the long hex id for that screen).

Limitation to know: a Content page → Details link opens the Details screen, not a specific Notion row. Deep-linking to one record from Content HTML isn’t supported yet.

We’ll update the Content page docs with these patterns so makers aren’t guessing. No need for a separate feature request for List/Details ?screenId= links — that path is already live; it was a documentation gap. If you’d like a richer “pick a screen” link control in the editor (instead of pasting ids), we’re happy to track that as an enhancement.

If you share the app URL and which List/Details screen you’re targeting, we can sanity-check a sample link with you.

Best regards,
NotionApps Support

1 Like

Hi @linzie_notionapps -

Thank you so much for the fast response and the helpful information! That was exactly what I needed; I was just slightly off in the syntax I was attempting.

I’ve connected everything together, and all the links are working beautifully. Thank you so much for helping me make my app experience even better!

Peggy

Thank you for being part of the NotionApps family.