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.