Book Image

Microsoft 365 and SharePoint Online Cookbook - Second Edition

By : Gaurav Mahajan, Sudeep Ghatak, Nate Chamberlain, Scott Brewster
Book Image

Microsoft 365 and SharePoint Online Cookbook - Second Edition

By: Gaurav Mahajan, Sudeep Ghatak, Nate Chamberlain, Scott Brewster

Overview of this book

Microsoft 365 offers tools for content management, communication, process automation, and report creation. Microsoft 365 and SharePoint Online Cookbook maximizes workplace collaboration and productivity using SharePoint Online, Teams, OneDrive, Delve, M365 Search, Copilot, Power Platform, Viva, Planner, and Microsoft Forms. You will find thoroughly updated recipes for SharePoint Online, covering sites, lists, libraries, pages, web parts, and learn SharePoint Framework (SPFx) basics for building solutions. You will explore many Microsoft Teams recipes to prepare it to be your organization’s central collaboration hub. You will be able to unlock Power Platform potential with recipes for Power Apps to enable low-code/no-code app development and learn to automate tasks with Power Automate and Power Automate Desktop. The book teaches you data visualization with Power BI, and chatbot creation with Power Virtual Agents (Copilot Studio). Finally, you will also learn about the cutting-edge Copilot and Gen AI functionality in Microsoft 365 and Power Platform. By the end, you will be equipped with skills to effectively use Microsoft 365, SharePoint Online, and the Power Platform. Whether it's enhancing career prospects or improving business operations, this book is a perfect companion on your journey through the Microsoft Office 365 suite.
Table of Contents (15 chapters)
13
Other Books You May Enjoy
14
Index

Adding screens

A screen in Power Apps is an element that contains a set of controls. Power Apps lets you add as many screens as you like. It also supports navigation between screens based on the user's action. For instance, you could have a screen displaying a list of records, but when the user clicks on an item from within the list, it takes you to the details screen. There could be another screen that lets you modify the list item. The transition between the screens is controlled by the Navigate function. In the next section, I will talk about adding screens to your canvas.

Getting ready

You need Power Apps plan included in your Microsoft 365 subscription in order to build a Power App.

How to do it...

To add a screen, go through the following steps:

  1. Open the app in the Power Apps designer.
  2. From the File menu, click Insert and add a screen:
Figure 13: Adding Screen

How it works...

Screens act as the interface between the app and the user. There are various types of screens...