Does anyone know if it is possible to save a form with 3 pages in 2 separate files?
I have 1 form, with 3 pages. I thought of adding a button that says “save”. By clicking this button the file is saved with a name that is retrieved automatically from the form and saved as 2 sheets, one file contains sheets 1 and 2 and 1 file contains sheet 3.
To do this I would need a script, as I’m new to Java I am not sure how I can get this thought converted to a usable script.