https://github.com/avinal/google-apps-script
Google Apps Script to automate and customise Google Apps such as Forms, Sheets etc.
https://github.com/avinal/google-apps-script
Last synced: 9 months ago
JSON representation
Google Apps Script to automate and customise Google Apps such as Forms, Sheets etc.
- Host: GitHub
- URL: https://github.com/avinal/google-apps-script
- Owner: avinal
- License: mit
- Created: 2020-12-21T16:32:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T07:56:53.000Z (about 5 years ago)
- Last Synced: 2025-06-17T21:55:26.279Z (about 1 year ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Apps Script
Google Apps Script to automate and customise Google Apps such as Forms, Sheets etc.
## How to add Google Apps Script to your Google Forms.
- At the top-right corner tap on three dot menu and select **<> Script editor**.
- Once open you can now write Script to automate your tasks
- You can add triggers and custom function to automate your tasks
- You may need to authanticate before you can run a script on an App
## Scripts
1. Seperate Google Form Response files in different folders.
If you have a Google Form with file upload and you want your files to automatically be sorted into sepcific folder based on response. You can use [this script](FormToFolder.gs). This script is written for the following example.

You can add more complex operations to categorize files.
**Do not forget to star if this saved you a fortune. More Scripts to come soon :)**