Exam-900 How to Build A Canvas App_LP04

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

Name the three sections in the main development window of Power Apps studio.

1) Browse screen 2) Details screen 3) Edit/create screen

Name a few common controls in Power Apps.

1) Galleries 2) Forms 3) Media 4) Charts

Name the five basic steps in creating a canvas app

1) Identify a business need 2) Connect to any necessary data in your Power Apps 3) Design the app using controls, buttons, and an easy to use interface for your end user to interact with the data 4) Save and publish the app and test functionality 5) Share the app with end users

What's the process for sharing an app in Power App in Edit mode?

1) In Power Apps Studio, select the File menu and then select Save as and then select The cloud. 2) Click Save 3) click Share. 4) On the Share tab, specify the users or groups with whom you want to share the app

Whats the process for installing the app on your device?

1) Install Power Apps mobile app on your phone by downloading the app. 2) Sign in > user name > Password 3) On your phone of tablet, run the app in Power Apps Mobile.

How do you connect to a data source with Power Apps(Excel)? Explain

1) Save the Excel file to OneDrive 2) Sign into you Power Apps Account at https://make.powerapps.com 3) left pane > select Create. 4) Start from data section > select Other data sources. 5) Under Connections > choose OneDrive for Business. (new connection) 6) Choose an Excel file on the right select 7) Choose a table click SiteInspector > click Connect. Power Apps should generate the app.

What are controls in Power Apps?

A control is a UI element that produces an action or shows information. Many controls in Power Apps are similar to controls that you've used in other apps: labels, text-input boxes, drop-down lists, navigation elements, and so on. By leveraging controls, you can provide the user experience that best reflects what you want to deliver.

What's a browser screen?

Browse screen - This screen appears by default. In it, you can browse, sort, search, and refresh the data from the data source. In the browse screen, you can add items to the data source by selecting the plus sign (+).

What permissions does a user receives by default when you share an app?

By default, the user receives the User permission.

What are Charts in Power Apps?

Charts - These controls let you add charts so that users can perform instant analysis while they're on the road.

What's a Co-owner? What permission level do they have?

Co-owner - Users can use, edit, and share the app, but can't delete or change the owner.

What's a Details screen?

Details screen - The details screen shows all information about a single item. In this screen, you can open an item to edit or delete it.

What's a Distinct?

Distinct - This function allows you to return the unique values from a list of data, making it easier to build dynamic dropdowns that show users only the valid values for the given column.

What's a Edit screen?

Edit/create screen - In this screen, you can edit an existing item or create a new one.

How can you allow users to have greater access?

Every member of a security group has the same permission for an app as the overall group does. However, you can specify greater permissions for one or more members of that group to allow them greater access. For example, you can give Security Group A permission to run an app, but you can also give User B, who belongs to that group, Co-owner permission. Every member of the security group can run the app, but only User B can edit it. If you give Security Group A Co-owner permission and User B permission to run the app, User B can still edit the app.

What's a filter?

Filter - This function is often used with galleries or tables of data to narrow down the rows returned from your data source. You do this by specifying one or more columns in your data set to perform a logic test on, which will allow you to return data that falls in a certain date range, has a set value, or was created by the user for example.

What are forms?

Forms - These controls show details about your data and let you create and edit records.

What are Form in Power Apps?

Forms are focused on working with a specific record, often based on a selection from a gallery. In this experience, a user browses a gallery to find and select the desired row to view the details on the form. Forms enable a user to not only view detailed information, but to save new records and edit existing ones. The various actions performed with forms are controlled by form modes allowing the form to serve many purposes.

What are Functions? (Power Fx)

Functions (Power Fx) are the glue that binds all these controls, inputs, and data sources together. You can use one or more functions to create formulas in your apps. These formulas are similar to the language you use in Excel and can be used for actions such as sending data to a data source, formatting information, creating animations, and more. No complicated code is necessary, simply powerful functions with straightforward inputs to enhance your app.

What's are Galleries?

Galleries - These controls are layout containers that hold a set of controls that show rows from a data source. These are commonly used when you want to display multiple records at single time.

what happens if you make and save changes to the shared app?

If you make and save changes to a shared app, the people whom you shared it with will see your changes as soon as you publish them. This can be useful if you improve the app, but it can also negatively affect users if you remove or significantly change features. Remember to create a notification plan for alerting your users of major updates.

What's best practice if you nee to share your app with larger groups of users?

If you need to share with a large group of users, a best practice is to share through an Azure Active Directory Security Group.

What happens when you notify the users by email? Explain.

If you select to notify the users by email, everyone you shared the app with will receive an email message that has a link to the app. People whom you granted Co-owner permission for the app will also receive a link to Edit App in Power Apps Studio.

What should you consider when using security groups with Power Apps?

If you share an app with a security group, existing members of that group and anyone who joins it will have the permission that you specify for that group. Anyone who leaves the group loses that permission unless they belong to a different group that has access or if you give them permission as an individual.

what if you want the user to be able to edit the apps, what must you do? What permission level is required?

If you want the user to also be able to edit the app, then select the co-owner check box.

What are Intelligent Controls? (Media Tab - AI Builder)

Intelligent Controls? (Media Tab - AI Builder) In addition to common inputs as covered above, Power Apps also provides a rich set of controls (AI Builder) for more advanced operations. There are hardware-backed controls which allow access to the camera, bar code scanner, GPS, and more hardware features. There are also service backed controls like the business card reader or object detector which allow you to add artificial intelligence to your app without writing code.

What's a Match?

Match - This function allows you to check a value to see if it follows a given pattern. You can use this to check if the user entered a properly formatted email address and, if they did not, show them a warning that a valid email is required. This function serves well for conditional formatting.

What's a Match function?

Math functions - Power Apps includes a range of math formulas for working with your data from the simple such as Sum or Average to the complex such as Atan and Sin to work with radians.

What's Media in Power Apps?

Media - These controls let you add background images, include a camera button (so that users can take pictures from the app), a barcode reader for quickly capturing identification information, and more.

Can you change an App Format?

No, Once you choose the format for an app, you cannot change it.

What is Power Apps studio?

Power Apps Studio is the name of the web interface you use to build your app. With Power Apps, there is no client to download or install for building apps. Everything is done from the browser by logging into https://make.PowerApps.com

What are Power Apps functions? (Power Fx)

Power Apps functions (Power Fx) are similar to Excel functions.

What are Power Apps basic components?

Power Apps has many different components to build solutions including screens, inputs, galleries, forms and more. Let's review some of the most common elements you will need to get started.

Name four of the common functions in Power Apps (Power Fx)

Power Fx: 1) Filter 2) Match 3) Distinct 4) Math function

What are galleries?

The Gallery control is used to display rows from a table of data. The display of a row is then defined by a template, which you can customize to meet your needs. This allows you to control which columns are shown and how they are formatted. Power Apps will then apply this template automatically to every row in your data.

What is an App format? Name the two types.

The first step in creating your app is to choose the format of your app: Mobile or Tablet. While both formats can be used interchangeably on a mobile device, a tablet, or a computer, each has different defaults around sizing of the screens and controls.

What are Input Controls?

To allow you maximum flexibility in customizing your apps, Power Apps has a large selection of Input controls. Text inputs, buttons, dropdowns, toggles, date pickers, and sliders are a few examples. You can add these controls to galleries, forms, and screens to build a functional and aesthetic experience for your app. All inputs have a multitude of settings for default data, formatting, and actions which allow you to build an app that has the right user experience for your business process.

How do you create a formula in Power Apps? (Power Fx)

To create a formula, you will combine one or more formulas with the required and optional parameters.

How do you notify users by email they have access to the app?

To notify users by email, leave the Send an email invitation to new users check box selected.

What's a User? What permissions do they have?

User - Users can view and use the app, but they can't change it.

What tab allows you to access controls in Power Apps?

You can access Power Apps controls on the Insert tab.

What can you do to solve complex problems using functions in Power Apps? (Power Fx)

You can combine functions into one formula to solve complex problems.

What's the overall process used to build a Canvas App? Explain.

You can interact with data in your app by adding data sources. Drag and drop various controls and add the desired functionality by writing Excel style formulas. Canvas apps provide you complete flexibility when building your apps.

How do you start building Canvas Apps? Explain.

You start by choosing the screen size: tablet or mobile (phone), then you have a blank screen from which to build.

What's the URL for learning basic Power Apps formulas? (Power Fx)

https://docs.microsoft.com/learn/paths/use-basic-formulas-powerapps-canvas-app/


संबंधित स्टडी सेट्स

Chapter VII Insurance Regulations (22 Exam Questions)

View Set

Early Civilization and Religion in South Asia 3: Ancient India and China Indus and Aryans

View Set

WileyPLUS. Chapter 22. The Lymphatic System and Immunity.

View Set

BIO 202, Unit 1, Adrenal Medulla Hormones

View Set

Networking Threats, Assessments, and Defenses (Unit 8 Review) - [Network Security]

View Set

Pediatric Medication Administration and Calculations

View Set

Econ: Answers from other versions of exam 3

View Set