Course Code: tysbspkeon
Duration: 14 hours
Prerequisites:
1. Good practice program for nodejs versions (nodejs - runtime environment for JavaScript and Typescript):

https://github.com/coreybutler/nvm-windows
 

After installing the above, please try to use it this way from the command line opened as Admin - so in Powershell run those commands below:
nvm install 22
nvm use 22
node --version
npm --version
npm i -g typescript
2. One of the best choices - IDE program for writing Typescript code:
3. Power Automate installed
4. Good humor and lot of jokes (-;
Overview:

-

Course Outline:

Introduction

Installing TypeScript

Preparing a TypeScript Project

Understanding Typing, Variables, and Functions

Working with Classes and Interfaces

Organizing Your Code with Namespaces

Reusing Code through Modules

Compiling, Testing and Running TypeScript

Debugging TypeScript

Launching Your Application

Power Automate Scripts basics

  • Accessing Scripts
  • Triggering Scripts in Power Automate
  • IntelliSense
  • Variables, Types and Interfaces
  • Get & Set
  • Basic Excel Actions
  • If
  • Loop
  • Send and Return Data
  • Additional functions

Summary and Conclusion