I am working on an application that allows my organisation to create custom forms to be used by our clients. These forms should contain two buttons among other things:
- A save button that allows users to save different versions of the form.
- A load button that allows them to pick up a savepoint and resume their work.
In addition, these forms have to designed to be accessed either via the web browser or Teams and should not rely on data sources.
I've read the documentation, followed through some blogs and tutorials and I've come to realize that this can be done using either of these functions:
- Export/Import which would be perfect here.
- SaveData/LoadData is a good start although I will only be able to save and load one version.
Now the issue with these is that they don't support the web browser, which is a compulsory requirement for the app.
Any help would be much appreciated because I am at my wits end here.

Report
All responses (
Answers (