Skip to main content

16 Hours Microsoft Power Automate Training Course Thu, April 15, 2021 8:30 AM – 10:30 AM MST

16 Hours Microsoft Power Automate Training Course

 

About this Event

4 Weeks Microsoft Power Automate (previously named Microsoft Flow) training course is being delivered from April 15, 2021 - May 11, 2021 US Pacific Time for 16 hours over 4 weeks, 8 sessions, 2 sessions per week, 2 hours per session.

  • All Published Ticket Prices are in US Dollars
  • This course will be taught in English language

 

16 Hours Microsoft Power Automate Training Course Schedule

  • April 15, 2021 - May 11, 2021 US Pacific time
  • 16 Hours | 2 Hours on Tuesdays, 2 Hours on Thursdays every week US Pacific time
  • 8:30 AM - 10:30 AM US Pacific time each of those days

 

Features and Benefits

  • 4 weeks, 8 sessions, 16 hours of total Instructor-led and guided training
  • Training material, instructor handouts and access to useful resources on the cloud provided
  • Practical Hands-on Lab exercises provided
  • Real-life Scenarios

 

Course Overview

Microsoft Flow is a cloud-based service that makes it practical and simple for line-of-business users to build workflows that automate time-consuming business tasks and processes across applications and services.

 

Audience Profile

The course is designed for non-technical Office 365 users who need to automate tasks and processes.

 

Prerequisites

  • Basic Windows and Microsoft Office skills are required. No prior Flow experience is necessary.

 Course Outline

This is a suggested course outline. The actual content covered in the class may be adjusted depending upon the students' background and preferences.

1. What is Microsoft Flow ((now named as Microsoft Power Automate)

  • How is flow different than the other workflow tools
  • What can we do with Microsoft Flow
  • How flow works
  • 4 main types of flows
  • Most common uses for flow
  • Flow is not just for Microsoft products
  • 3rd party services and connectors

2. The different Microsoft Flow plans

  • Which subscriptions include Microsoft Flow
  • Standard and premium connectors

3. Accessing Microsoft Flow

  • Web browser
  • Office 365 portal
  • Log directly into flow portal
  • Mobile
  • iOS, Android, or Windows phone
  • iOS or Android tablet

4. Managing Microsoft Flow

  • Navigating the Microsoft Flow portal
  • Reviewing approvals
  • My Flows
  • Working with flows
  • Manually triggered
  • Automatically triggered
  • Scheduled
  • Editing your own flows
  • Editing shared flows
  • Using templates to create a flow
  • Get a push notification when email arrives from a specific person
  • Using connectors to create a flow
  • Create a task when an email is flagged
  • Static content vs Dynamic content
  • Expressions
  • Creating flows from blank
  • Set up a recurring task in Planner
  • Set up a scheduled email reminder for the team meeting
  • Creating Button flows
  • 10-minute reminder flow
  • Add a to-do item to your task list
  • Create an Approval flow for a Time off request
  • Publish your flows
  • Trigger your manual flows

5. Using Microsoft Flow inside the Teams environment

  • Run your own flows, and shared flows from inside Teams
  • Create flows inside Teams
  • Add a flow to a channel
  • Create a channel message when a task is assigned in a Team Plan

6. Mobile app

  • Build flows directly from the mobile app
  • Manage existing flows
  • Editing
  • Turning on/off
  • View history
  • Get Push notifications to your device
  • Trigger flows via Buttons

Time Permitting, the following advanced topics will also be covered:

1. Microsoft Forms with Power Automate (Flow)

  • This is another class in itself. We will cover some of this if there is any time left
  • You can enroll separately for this additional class

2. Power Apps and Power Automate (Flow)

  • This is another class in itself. We will cover some of this if there is any time left
  • You can enroll separately for this additional class

Fee : $400 – $500

Tickets : 16-hours-microsoft-power-automate-training-course

Comments

Popular posts from this blog

SSRS INTERVIEW QUESTIONS

Q: What is SSRS? Ø   SSRS or SQL Server Reporting Service is a server-based report generation software systems from Microsoft and is part of Microsoft BI. Ø   It is used for preparing and delivering interactive and variety of reports. Ø   It is administered through an web based interface. Ø   Reporting services utilizes a web service interface for supporting and developing of customized reporting applications. Ø   SSRS lets you create very rich reports (Tabular/Graphical/Interactive) from various datasources with rich data visualization (Charts, Maps, sparklines) Ø   SSRS allows are reports to be exported in various formats (Excel, PDF, word etc) Q: Explain SSRS Architecture? Reporting services architecture comprises of integrated components. It is a multi-tiered, included with application, server and data layers. This architecture is scalable and modular. A single installation can be used across multiple computers. It includes the fo...

Exception deserializing the package "The process cannot access the file because it is being used by another process."

TITLE: Microsoft Visual Studio ------------------------------ Failed to start project ------------------------------ ADDITIONAL INFORMATION: Exception deserializing the package "The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process.". (Microsoft.DataTransformationServices.VsIntegration) ------------------------------ The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process. (mscorlib) ------------------------------ BUTTONS: OK ------------------------------ While running SSIS package i got the error “The process cannot access the file ‘*.ispac’ because it is being used by another process”. I tried to close SSDT and run it again but, I still got the same error while compiling. Then, after searching over internet, I got...

Failed to execute the package or element. Build errors were encountered

Error: TITLE: Microsoft Visual Studio ------------------------------ Failed to execute the package or element.   Build errors were encountered. For more information, see the Output window. ------------------------------ BUTTONS: OK ------------------------------   Solution: We tried to close SSDT and run it again but, we still got the same error while running SSIS package. Then, we need to follow bellow solution: Step 1: Go to Task Manager–> Details Tab. Step 2: Locate the process “ DtsDebugHost.exe “. Kill this process. There might be multiple instances of this process. Kill all of them. Step 3: Rerun SSIS package