Vendors

Overview

The Microsoft Power Platform helps organizations optimize their operations by simplifying, automating and transforming business tasks and processes. In this course, students will learn how to design, develop, test, and troubleshoot solution components that use the extension points of Microsoft Power Platform. You use traditional code to solve challenges not appropriate with low-code.

img-course-overview.jpg

What You'll Learn

  • Discover the value and key features of Dataverse.
  • Learn about the value and key features of model-driven apps.
  • Explore sample model-driven template apps.
  • Learn about model-driven app design
  • Create a model-driven app
  • Tables in Dataverse.
  • Types of tables that are available in Dataverse.
  • Creating a custom table.
  • Enabling attachments within a table.
  • Which licensing requirements to apply to use each type of table?
  • Learn what a column is in Dataverse.
  • Learn about the types of columns that are available in Dataverse.
  • Add a column to a table.
  • Learn what a primary name column is in Dataverse.
  • Identify restrictions that are associated with columns.
  • Create an auto-numbering column.
  • Create an alternate key.
  • Learn about choices.
  • Explore the standard choices.
  • Create a new choice or modify an existing one.
  • Why you should segment data that is used by your solutions into many tables.
  • Why you need to relate one table to another.
  • How to build relationships between tables.
  • How to select the proper relationship type when you are building solutions with Dataverse.
  • Define business rules in Dataverse.
  • Create and manage business rules in Dataverse.
  • Define a rollup column.
  • Create a rollup column.
  • Identify a calculation column.
  • Create a calculation column.
  • Learn about security roles and apply them to users in an environment.
  • Learn how to add users to an environment.
  • Understand security concepts in Dataverse
  • Identify default security roles.
  • Create a custom role.
  • Create a custom security role and assign it to entities and users.
  • Learn how to configure Dataverse teams for security
  • Learn how to configure Dataverse group teams for security
  • Explore how Power Apps can make your business more efficient.
  • Learn how to use different technologies to perform different tasks in Power Apps.
  • Learn about the different ways to build an app in Power Apps.
  • Create your first app from data in an Excel workbook.
  • Change the layout of a gallery.
  • Change the data that a control shows.
  • Change the order in which fields appear.
  • Change the control with which a user provides information.
  • Explore controls on each screen of an app.
  • Format a number as a price.
  • Color prices based on their values.
  • Explore formulas in a generated app.
  • Learn how to view and restore app versions.
  • Explore how to share an app, including permissions and notifications.
  • Learn about what environments are, how to create them, and how to manage security.
  • Find more information about Power Apps.
  • Understand how navigation works in a canvas app
  • Use the Navigate and Back functions
  • Understand the different ways these functions can be invoked
  • Understand the basics of building the UI through themes, icons, control customization, and images.
  • Use personalization in a canvas app
  • Understand the differences between the Tablet and Mobile form factors
  • Understand how to use controls in a canvas app
  • Use the different types of controls
  • Understand how Galleries and Forms related to controls
  • Learn about the different types of test plans and components of a good test plan
  • Identify and discuss optimization tools and performance tuning
  • Learn about the benefits of documenting your application
  • Understand imperative vs. declarative development
  • Understand the variables in Power Apps
  • Understand when to utilize each of the three different types of variables
  • Utilize formulas that process multiple records
  • Use the Concat function to combine text from multiple records
  • Utilize the Countrows, CountIf, ForAll
  • Perform math operations on data in a table
  • Use the Patch function to update your data
  • Understand how the Defaults function is used to create new records with Patch
  • Utilize the Remove and RemoveIf functions to delete records
  • Determine whether to use Clear and Collect or ClearCollect in their scenario
  • Understand relational data
  • Use relational data to improve an app user's experience in Power Apps
  • Understand how to use relational data in Microsoft Dataverse
  • Understand and use action-based connectors
  • Integrate user information and user-profile information into a canvas app
  • Use Power Automate with Power Apps
  • Understand custom connectors and the basics of how to build one
  • Understand the custom connector lifecycle
  • Use postman with a custom connector
  • Create a flow that automatically saves email attachments
  • Learn how to create a button flow to send yourself a reminder
  • Create and process approval requests
  • Build a flow that runs at recurring time intervals
  • Create a business process flow with conditions
  • Discover why standardizing business process flows is important and valuable to an organization.
  • Learn about the difference between a workflow and a business process.
  • Find out about how business process flows are used within Microsoft Power Platform and Dataverse.
  • Learn about branching logic.
  • Create additional fields and a main form to enhance a business process flow.
  • Discover how to use instant flows with business process flows.
  • Enhance immersive business process flows by using advanced techniques.
  • Use one or more functions to create expressions.
  • Use functions to retrieve data, change data, evaluate data, and more.
  • Explain what solution components exist within Microsoft Power Platform.
  • Explain key components of Microsoft Dataverse and the Common Data Model.
  • Explain what Azure solution elements relate to Microsoft Power Platform.
  • Explain what AI Solutions exist as it relates to Microsoft Power Platform.
  • Navigate the Developer Guide successfully in support of their Microsoft Power Platform development efforts.
  • Install NuGet packages available for Microsoft Power Platform development
  • Work with the Configuration Migration tool
  • Work with Package Deployer
  • Leverage Solution Packager to isolate features
  • Run the Plugin Registration Tool
  • Identify which elements architecturally comprise Microsoft Power Platform.
  • Learn about the areas of extensibility that are available to customize Microsoft Power Platform through code.
  • Discover different approaches to common business scenarios in respect to achieving extensibility by means of configuration versus code.
  • Explain what functions can be executed against Microsoft Power Platform via Microsoft Power Platform SDKs.
  • Perform basic operations against Microsoft Power Platform such as create/read/update/delete operations.
  • Learn how to extend plug-ins.
  • Write client script to perform common actions as listed in the module units.
  • Automate business process flow actions by using JavaScript/TypeScript API methods.
  • Learn about Power Apps component framework architecture.
  • Learn about Power Apps component tooling.
  • Create a custom Power Apps component.
  • Create a code component solution package.
  • Test and debug a code component.
  • Learn key concepts of Dataverse auditing
  • Use formatting API in a Power Apps component.
  • Use Dataverse web API in a Power Apps component.
  • Discover the portal components that are available to display and interact with Dataverse data on the portal.
  • Identify the various features of the portal components.
  • Display a list of data and an associated drill-down for details.
  • Configure a table form to access individual records.
  • Trigger classic Dataverse workflows from the portal.
  • Discover where software development can resolve particular portal feature requirements.
  • Employ portal application lifecycle management for Power Apps portals.
  • Apply JavaScript code to portal assets.
  • Use Cascading Style Sheets (CSS) to address specific portal development requirements.
  • Learn about the relationship between web templates, page templates, and webpages.
  • Discover how custom web templates can be built by using HTML, Cascading Style Sheets (CSS), Liquid, and JavaScript.
  • Use Liquid template language to build and structure web templates.
  • Learn how to embed custom CSS and JavaScript into web templates.
  • Learn how to reference other web templates in a web template.
  • Interact with Dataverse Web API by using Postman.
  • Authorize against Dataverse with OAuth.
  • Use OData to query data.
  • Publish Dataverse events to Microsoft Azure Service Bus.
  • Write a Service Bus Event Listener that consumes Dataverse events.

Who Should Attend

As a training attendee you must have previous software developer experience using code techniques with modern programming languages such as C# and JavaScript. You must also have a foundational understanding of Microsoft Power Platform and have hands-on experience with the following: - Developing a data model in Microsoft Dataverse - Creating tables, columns, and relationships in Microsoft Dataverse - Building Power Apps canvas apps - Building Power Apps model-driven apps - Building Power Automate cloud flows In this course you will learn to build solutions using Visual Studio and Visual Studio Code that include the following: Microsoft Power Platform services, JavaScript, JSON, TypeScript, C#, HTML, RESTful Web APIs, and Microsoft Azure.

img-who-should-learn.png

Prerequisites

Please review the prerequisites listed for each module in the course content and click on the provided links for more information.

1. Use imperative development techniques for canvas apps in Power Apps

Imperative development techniques can help you achieve the goal for your app. You learn about different development methods and different variables in Power Apps.

Click here to know more

2. Perform custom updates in a Power Apps canvas app

With some Power Apps canvas apps a form isn't the solution. This module focuses on how to perform custom updates when your data isn't in a form.

Click here to know more

3. Use Dataverse choice columns with formulas

Explore how you can use Power Fx formulas to work with the Choice column in Microsoft Dataverse. These column data types present the user with a fixed list of values that are defined by the maker.

Click here to know more

4. Reduce complexity in your data model with Dataverse table relationships

Learn how to use Dataverse relationships in canvas apps from Power Apps. As real-life objects are related to each other, the relationships are used in Dataverse to link rows in one table to another. Using the relationships properly means that apps can hide unnecessary complexities of the data model.

Click here to know more

5. Work with relational data in a Power Apps canvas app

Do you want to improve a user's experience in your canvas app? This module will show you how to work with relational data to provide a good experience for app users.

Click here to know more

6. Work with data source limits (delegation limits) in a Power Apps canvas app

It's important to learn how to work with data source limits. You need to understand the various limits and variables that go into those limits to best work with data in Power Apps. This will help you chose the best data source for an app to meet your requirements.

Click here to know more

7. Complete testing and performance checks in a Power Apps canvas app

Do you want to test your app and improve its performance? This module helps you understand how to test an app and improve performance.

Click here to know more

8. Optimize app load time

Learn how you can evaluate and improve app load times. By regularly reviewing and measuring your app, you can proactively identify and remediate startup performance problems.

Click here to know more

9. Use Monitor to troubleshoot Power Apps

Learn how the Monitor tool from Power Apps Studio can help you proactively identify, troubleshoot, and resolve issues within your app.

Click here to know more

10. Use Power Apps Instrumentation with Application Insights

Explore how you can set up your Power Apps canvas app to send telemetry to Application Insights.

Click here to know more

11. Get started with Power Automate

Power Automate is an online workflow service that automates actions across the most common apps and services.

Click here to know more

12. Introduction to expressions in Power Automate

Get the most out of your data using functions to create expressions.

Click here to know more

13. Use Dataverse triggers and actions in Power Automate

This module introduces the triggers and actions that you can use to build flows in Power Automate with Dataverse.

Click here to know more

14. Introduction to Microsoft Power Platform developer resources

The goal of this module is to give a broad-scoped overview of the developer experience as it relates to Microsoft Power Platform. It will cover a high-level introduction how the ecosystem is represented, with the intended audience being a software developer with limited experience in working with Microsoft Power Platform.

Click here to know more

15. Use developer tools to extend Power Platform

This module will focus on the available developer tools that can help you perform development activities with Microsoft Power Platform.

Click here to know more

16. Introduction to extending Power Platform

This module will focus on the underlying solution architecture from a technical perspective and what extensibility options exist. It will also cover the ever-important element of Microsoft Power Platform development, which is the decision-making process of determining when to use configuration versus code.

Click here to know more

17. Work with Dataverse Web API

Learn about working with the Dataverse Web API.

Click here to know more

18. Perform common actions with client script in Power Platform

The goal of this module is to review how to achieve common user experience automation procedures through Client Script. This module is intended to serve as a practical guide for how to solve real-world scenarios that are frequently encountered during Microsoft Power Platform implementations.

Click here to know more

19. Automate business process flows with client script

This module focuses on educating developers on how to perform common techniques in regard to automating business processes using client scripting, along with explaining the context of when these scenarios might be applied.

Click here to know more

20. Get started with Power Apps component framework

Learn how to get started with Microsoft Power Apps component framework.

Click here to know more

21. Build a Power Apps component

Build a custom Power Apps component, create a code component solution package, and then test and debug a code component.

Click here to know more

22. Introduction to Dataverse for developers

The goal of this module is to give an introductory overview of Microsoft Power Platform SDKs that are available from Microsoft via NuGet.

Click here to know more

23. Extend plug-ins in Power Platform

The purpose of this module is to provide an in-depth overview of plug-ins as it relates to Microsoft Power Platform development. This module will review how and when plug-ins are implemented, how they're registered and deployed, and the various configuration options that are available during plug-in registration.

Click here to know more

24. Integrate Dataverse Azure solutions

Gain an in-depth overview of options available within Dataverse to integrate data and events to Azure.

Click here to know more

25. Explore Azure Functions

Learn how Azure Functions can be a great solution for data processing, systems integration, and building simple APIs and microservices.

Click here to know more

26. Develop Azure Functions

Learn how to create and deploy Azure Functions.

Click here to know more

27. Get started with custom connectors in Microsoft Power Platform

Connectors help make it easier for app and flow makers to connect to other apps, data, and devices in the cloud. Learn how to configure and use custom connectors with Microsoft Power Apps, Microsoft Power Automate, and Microsoft Azure Logic Apps.

Click here to know more

28. Discover and use Web APIs with Power Apps

Has your organization developed a web API and need to use it within a Power Apps application? In this module, you'll learn how you can build custom connectors to have your Power Apps applications interact with your web APIs.

Click here to know more

29. Configure custom connectors with authenticated APIs in Microsoft Power Platform

Custom connectors can provide access to custom or third-party APIs that are accessible via public endpoints. In this module, learn how to configure custom connectors with authenticated APIs in Microsoft Power Platform.

Click here to know more

30. Configure policy templates for custom connectors in Microsoft Power Platform

Policies allow you to modify the behavior of a custom connector at runtime. You can use policies to perform data conversion, route requests, set parameter values, and more. You can configure policies directly in the custom connector API properties file before import, or you can do it from the maker portal in the custom connector designer by applying policy templates.

Click here to know more

31. Create Microsoft Power Platform OpenAPI custom connectors

You can define extensions to OpenAPI to configure specific features that are supported by custom connectors in Microsoft Power Platform. This module covers authentication, actions, and triggers that are used with OpenAPI connectors.

Click here to know more

32. Manage solutions in Power Apps and Power Automate

Microsoft Power Apps and Power Automate include such package features as apps from Microsoft Power Apps, site maps, flows, entities, customer connectors, and more. In this module, you'll learn how to manage solutions with Power Automate.

Click here to know more

33. Introduction to solutions for Microsoft Power Platform

Solutions for Microsoft Power Platform can help you transport an existing app and components from one environment to another. Additionally, solutions will help you apply a set of customizations to existing apps. This module will share solution basics and best practices.

Click here to know more

Skills measured

  • Create a technical design
  • Configure Microsoft Dataverse
  • Create and configure Power Apps
  • Extend the user experience
  • Extend the platform
  • Develop integrations

Frequently Asked Questions (FAQs)

  • Why get Microsoft certified?

    Microsoft certifications validate your skills and expertise in Microsoft technologies and solutions, demonstrating your ability to design, implement, and manage cutting-edge technologies.

    These certifications are globally recognized and highly sought after by employers, as they signify your proficiency in using Microsoft products and services to drive innovation and solve business challenges.

    Microsoft-certified professionals are in high demand, opening doors to new career opportunities and higher earning potential.

  • What to expect for the examination?

    Microsoft certification exams are designed to assess your knowledge and skills in specific Microsoft technologies and solutions.

    Exams typically consist of multiple-choice, multiple-select, and case study questions, and some may include lab simulations to evaluate your practical skills.

    Note: Certification requirements and policies may be updated by Microsoft from time to time. We apologize for any discrepancies; do get in touch with us if you have any questions.

  • How long is Microsoft certification valid for?

    Most Microsoft role-based and specialty certifications are valid for one year from the date of passing the exam.

    To maintain your certification, you will need to renew it annually by passing a free online assessment on Microsoft Learn.

    However, Microsoft Applied Skills credentials and Fundamentals certifications do not expire.

    Note: Certification requirements and policies may be updated by Microsoft from time to time. We apologize for any discrepancies; do get in touch with us if you have any questions.

  • Why take this course with Trainocate?

    Here’s what sets us apart:

    - Global Reach, Localized Accessibility: Benefit from our geographically diverse training hubs in 16 countries (and counting!).

    - Top-Rated Instructors: Our team of subject matter experts (with high average CSAT and MTM scores) are passionate to help you accelerate your digital transformation.

    - Customized Training Solutions: Choose from on-site, virtual classrooms, or self-paced learning to fit your organization and individual needs.

    - Experiential Learning: Dive into interactive training with our curated lesson plans. Participate in hands-on labs, solve real-world challenges, and take on comprehensive assessments.

    - Learn From The Best: With 30+ authorized training partnerships and countless awards from Microsoft, AWS, Google – you're guaranteed learning from the industry's elite.

    - Your Bridge To Success: We provide up-to-date course materials, helpful exam guides, and dedicated support to validate your expertise and elevate your career.

Keep Exploring

Course Curriculum

Training Schedule

Exam & Certification

Frequently Asked Questions

img-improve-career.jpg

Improve yourself and your career by taking this course.

img-get-info.jpg

Ready to Take Your Business from Great to Awesome?

Level-up by partnering with Trainocate. Get in touch today.

Name
Email
Phone
I'm inquiring for
Inquiry Details

By providing your contact details, you agree to our Privacy Policy.