From the course: Google Workspace Administrator Associate Cert Prep

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Google Apps Script demonstration

Google Apps Script demonstration

Welcome back everyone, we already spoke about Google Apps Script and its basic features and functionalities. You also saw how it can be used to create triggers and use the automation as per our requirement in the organization. Now let's look into the demonstration part of it. For the demonstration part, we will take a simple example of Google Apps Script usage. Suppose we have this Google form created within the organization. In this Google form, we are submitting a feedback to some of the members or some of the organization users. In that case, we have a feedback option here and you can either mark it from 0 to 5 for the feedback. Now, this is not published as of now, but you the requirement is that once this form is submitted, a mail should automatically be triggered to the recipients. In that case, we can use Apps Script because submitting the form will not trigger a meal. You will have to share the feedback manually by going to Gmail and then accessing the mail and sending it. So…

Contents