I have Sales Sheet that can be accessed only by me.
I have Sales Form Sheet (not Google Form, but In-Spreadsheet Form) that can input data to Sales Sheet through Google App Script and other users can access this Sales Form Sheet.
But in short, other users cannot input data to Sales Sheet. The error is "You are trying to edit a protected cell or object. bla bla bla..."
Is there any solution that can make other users input data to the only-me protected cell through script?
Thank you.