Direct URL link for reaching specific form from external system

Anvil apps are Single Page Apps, so you can’t use the url as you would on other apps, but you can get the query string (the part after the #) as a dictionary. See the docs here: Anvil Docs | Navigation

The routing module of Anvil Extras builds on that to create a nice navigation system.

1 Like