Automation with Apps script – ConversionXL, David Sottimano

14,774.00

Salepage link: At HERE. Archive: https://archive.is/OlMgIBuy now $89 $990, Automation with Apps script – ConversionXL, David Sottimano Course.Learn by example and by building mini applications to automate your daily workflow. This course focuses on practical skills and touch on theory when it is required.Understanding what’s possible, where to find information, and understanding general concepts are more important than memorization, therefore no prior programming experience is required.Advanced concepts will be broken down into manageable chunks and make sure you’re confident before heading into the next phase of learning.Introduction video (4 minutes)After taking this course you’ll…Develop a file explorer in Google docs that allows access to your entire organization’s repository.Understand the basics of Google Apps Script, where it can be used, it’s limitations, and how you can use Apps Script to automate your workflow.Since Apps Script is JavaScript, you’ll learn the basics of this programming language as well. We’ll go through data types, functions, object, methods and more.You’ll learn how to approach a problem with a developer mindset. Programming isn’t about memorization, it’s about problem solving and being able to find the answer.Your course curriculumAUTOMATION WITH APPS SCRIPT1What is Apps Script?For the beginner, we take a look at what Apps Script is, what it can do, where it lives in the Google Workspace environment, and talk about permissions.Topics covered:What Apps Script is, where to write Apps Script code in Docs, Sheets, Slides and how to run the code using the web IDE.Understand the difference between client side, server side and add-on’s for Apps Script.Introduce the web IDE2Your first scriptWe’ll write our first function that checks if a cell contains any word in a list.Topics covered:Write your first Apps script function in SheetsLearn how to run the function as a custom function from a Sheet cell and in the web IDELearn basics of JavaScript, variable and function declaration, returning values, parameters and primitive data types.3First look at the Apps Script DocumentationBeing able to read and understand the documentation is the key to success, also, being able to describe your problem accurately so you can search stackoverflow will be essential. We’ll go through some lingo and explore the documentation together.Topics covered:Understand which Apps Script documentation you should be looking at, depending on what you’re trying to make and in which product (Docs, Sheets, etc.)Understand a Class and it’s methods, and how to use auto-complete when writing Apps ScriptFast track learning with Macros4Writing pseudocode and pulling data from an APIThe goal is to pull data in from an API and output to a sheet. Before we even start writing code, we’ll correctly step through the problem first and write code last.Topics covered:Understand the basics of an API, HTTP request, JSON, and how to pull this data into Apps Script and dump it in a SpreadsheetHow to write pseudocodeMake a real world application to classify data with wit.ai5Refactoring our first functionRefactoring (or rewriting) our first function to include error handling, logging, JS DOC and more.Topics covered:Understand all the weird ways you can declare a function in Apps Script (JS) , subtle differences of ES6 including variable types and explanation of hoisting and script execution order.How to include error handling in your codeHow to write JS DOC for Apps script, JS DOC is a way to document your functions for ease of use and to help others understand how the function should work.6Storage, caching and permissions in Apps ScriptWe’ll go through how to store data efficiently in Apps Script while exploring how roles/permissions affect storage of data and how to share scripts securely.Topics covered:Learn how to store/retrieve data in Properties ServiceLearn how to use the caching serviceCreate a classification application using wit.ai7Create a bookmarking serviceWe’ll create our first mini application that will allow you to turn a spreadsheet into a bookmarking serviceTopics covered:How to create a web appCreate a useful application using more advanced Apps Script featuresMake an application you’ll use everyday8Building your first add-onWe’ll look at the mechanics behind building a Sheets add-on, what the necessary components are and how to communicate between the client and server side.Topics covered:Write your first sheets add-onUnderstand how to communicate between the add-on and the server sideInteract with Google DriveCourse Exam