
Explore Google Apps Script, based on JavaScript, to customize App Maker, connect Google Drive, Sheets, Forms, and APIs, and use client-side and server-side scripting for automation.
Explore client-side scripts in Google App Maker by binding widgets to data sources, using the API and auto-complete features to create custom actions and auto-fill fields on data load.
Control styles with client-side scripting to color-code table records by status in a service desk app, starting from a module four copy and preparing for module five.
Create the client script in App Maker by pasting code, wiring a function to status values, and applying style changes for new, in-progress, and closed states.
Explore customizing row styles by highlighting a row, editing events and display properties, removing default style classes, and letting code dictate the row appearance.
Learn to style rows with client side scripting in Google App Maker by applying dynamic colors based on status, using bindings, data paths, and global styles.
Recap of styling with a client side script in Google App Maker, highlighting global styles, display settings, and calling a function with the current value to create an appealing app.
Master server-side scripts in Google App Maker to automate back-end tasks, trigger email notifications on ticket status changes, and integrate with Google Cloud services.
Learn how to deploy a Google App Maker app by configuring app settings and security, and create roles such as admins and users to manage permissions.
Explore how to use roles to control access in a Google App Maker data model, setting owner and admin permissions to restrict loading, viewing, and managing records.
Publish a new deployment to test the app in the deployed environment, then observe how admin and regular user roles influence access and edits through rules.
In the “Introduction to Google App Maker” course, you will learn how you can effectively use Google App Maker to build simple web applications. App Maker is Google’s low code rapid application development platform designed for businesses and is part of the G Suite. Unlike traditional development that is very expensive, takes months to complete a project and requires highly skilled programmers, App Maker helps you to go from concept to working application in only a few days. This new technology makes it easy for anyone to quickly learn to build apps for their business, no programming experience required. This course introduces Scripts and Deployments.