What I’m trying to do:
I am trying to create a feature for my app where a user can click on a link and go back to a summited form an edit it (similar to how google forms works) .
What I’ve tried and what’s not working:
I have looked into HTTP api and trying to use it to have a link with a parameter but i cant open forms using it (or at least I don’t understand how to use it).
I’ve looked on the forum for an answer but cant find something that looks like what I’m trying to do (maybe I’m not asking the right questions…)
THANK YOU ALL
Well you can do it using URL Hash. Anvil Docs | Navigation
And there is also a proper library for the same HashRouting: Routing, navigation with URL Hash
2 Likes