What should you do?
You configure and test a user interface (Ul) flow. You plan to run the flow as a scheduled flow. The Ul flow must run on a Windows 10 device. As part of process automation, the Ul flow must sign into the Windows 10 device with the credentials for a user...
Which data source should you use?
You need to design the resort portal to meet the business requirements. Which data source should you use?A . Microsoft ExcelB . Azure SQL DatabaseC . SQL ServerD . Common Data ServiceView AnswerAnswer: A
A company has a canvas app that includes the following screens: Screen1 and Screen2
HOTSPOT A company has a canvas app that includes the following screens: Screen1 and Screen2. The OnVisible property for Screen1 contains the following expression. Set(AgeGroups, ["1-25", "26-54", "55+"]) For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth...
What should you modify?
You have a form that displays a custom field from an entity. A customer wants to restrict users from filtering on the custom field. You need to prevent users from filtering the field in Advanced Find. What should you modify?A . Fields in the Edit Filter Criteria option of the...
Which three actions should you perform?
Topic 2, Misc. Questions You use Power BI Desktop to configure Power BI reports. You need to create a canvas app that displays user account information and include the app in a Power BI report. Which three actions should you perform? Each correct answer presents part of the solution. NOTE:...
Does the solution meet the goal?
On a Contact record, a user creates a Note record that contains the word running. One week later, the user reports that they cannot find the Contact record associated with the Note record. You need to find the Note record. Solution: Use Quick Find search on the Notes list to...
Does this meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you...
Which methods should you use?
HOTSPOT You create a new Power Virtual Agents chatbot for an organization. Testing and production deployment of the chatbot are not complete. You need to ensure that appropriate users can access the chatbot. Which methods should you use? To answer, select the appropriate options in the answer area. NOTE: Each...
What should you use?
HOTSPOT You need to design and create the solution for gathering contact information from guests for marketing purposes. What should you use? To answer, select the appropriate options In the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer:
You have a canvas app that contains the following text input fields: Id, FirstName, LastName. The app also has a button named Button1
HOTSPOT You have a canvas app that contains the following text input fields: Id, FirstName, LastName. The app also has a button named Button1. The OnSelect property for Button1 contains the following expression: Collect(People, {Id:Id.Text, FirstName:FirstName.Text, LastName:LastName.Text}) For each of the following statements, select Yes if the statement is true....