Pre Fill Editor App Using URL Parameters

Description of the limitation and why it is relevant to address

As a developer I want to have the ability to have dynamic values on an editor web app.

I think this is relevant for the VIKTOR platform because sometimes you want a simple editor web app but you do not need to save the data. For example, a public web app where we do not want to save instances of anonymous data. We want to prefill the important data and then allow them to submit to our external database via an API.

We use something similar in our ArcGIS system. (Getting started with URL parameters in Survey123 - Resource Centre | Esri UK)

Submitter proposed design (optional)

Could be something similar to the ESRI system where if we have a param called myvar in our app we can prefill it using the URL param below:
https://organisation.ap1.viktor.ai/workspaces/1/app/editor/1&field:myvar=hello

Current workarounds

Creating a simple app type.

It would also be nice if it could be used to switch to define a page or tab:
https://organisation.ap1.viktor.ai/workspaces/1/app/editor/1&page=page1&field:myvar=hello
That way it could be used to create a link f.i. in a popup for an object on a map that brings the user directly to another part of the app for more details about this object.