I am sending spreadsheets to various people. I want them to enter some data into the spreadsheet and then click a "submit" button to send that data to another spreadsheet, where I'll collect data from multiple users.
The people who are sending data will not have view/edit access to the spreadsheet where data is being aggregated.
Right now I have copies set up with the "submit" button and associated code. However, I think it won't work if the person clicking the "submit" button doesn't have edit access to the spreadsheet where the data is being sent.
Is there some way to give them write-only access to the aggregation spreadsheet?
If not, is there some other workaround that might help? Perhaps I could go through a form somehow?