I am creating a form dynamically and binding it to a spreadsheet via FormApp.create().setDestination(...)
. Is it possible to give / change the name that the linked sheet gets? (Form Responses 9
isn't really informativ in my case).
Since I didn't find anything in the API for naming the sheet, I'm thinking of going and finding the sheet, but I don't know its name in advance, just that it is of the format /Form Responses \d/
.
How should I go about this?