QuestionQ158

Create and configure Power Apps

The engineering team uses a SharePoint list to manage critical technical issues raised by clients. Other departments cannot access this list, and they use their own apps for their processes.

All departments must be able to view the total number of client issues at any time.

You need to design a component for use in all departmental apps that displays the total number of client issues in bold colors.

Which four actions should you perform, in sequence?

Drag & Drop
Create a connection to the engineering issues list and retrieve the total number of critical issues.
Create an output parameter and set the value of the parameter to the total number of critical issues.
Import the counter component in the other apps from the first department app.
Display the counter output parameter in the department app.
Create and format a label to display the total number of critical issues.
Create a new component in the department app.
Explanation

A canvas app can connect to a SharePoint list to retrieve the current count. A canvas component is a reusable control, and its output property exposes component state for other controls to reference. A label can bind to that output property and be formatted with bold, colored text. Microsoft recommends component libraries for cross-app reuse; importing a component is a later consumption step. Canvas component overview

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!