highlight the step and, in the menu bar, select Rename step.
at the top-right corner of the step card, click the small ellipsis and select Rename
from the flow's detail page, in the menu var, click Rename.
Q2. If you create the flow directly in Microsoft Teams, who can use the flow?
only members of the specific team channel in which you created the flow
only people with whom you specifically share the flow
anyone in your team
anyone in your organization
Q3. You are using a scheeduled flow to copy information from one databse to another. What is an important caveat to keep in your mind?
All field names in both DB must match exactly and there must be the same number of records in each DB
you must alays create a loop to verify your data has been successfully copied
Power automate does not support two-way synchronization, so changes made in the destination are not copied back to the source.
you can copy data only between DBs in the same environment.
Q4. The flow pictured saves new email attachments in SharePoint, adds a row to Excel to document the file save, and sends a message to TEAMS. What is the proper placement of steps B, D, and E?
B, D and E belong inside C in the order listed.
Q5. Why would you use geofencing with Power Automate?
to create areas within a business where flows do not process
to trigger automated flow when a device enters or exists a defined area
to create flows that process whenever an emplotee moves from one region to another
to create instant flows that sends a user's current location with the push of a button
Q6. What is a necessary requirement to using a flow template?
must have access to all connectors used in the flow
must have Power Automate installed on your mobile device
must have permission from template owner
must have access to OneDrive
[source]'MT: lame qns, template are pre-set flows available freely for use. PA will have already been installed so not an issue. OneDrive is not specified so a non issue. Connectors include all nodes of the flow, including repos such as OneDrive, or SharePoint etc.'
Q7. What is the purpose of the flow?
to add events. to an Outlook calender if they are deleted in Google Calender
to delete Outlook calender events when they are deleted in Google Calender
to send an email if there are discrepancies betweeb Outlook and Google calenders
to delete Google calender events when they are deleted in Outlook
Q8. Which choice is an example of using an automated trigger?
a flow that starts when a mobile button is pushed
a flow that starts when a new record is added to a SharePoint list
a flow that starts when users request approval for documents
Q14. you want to update multiple items in an excel spreadsheet with information from multiple email messages. How can you do this in a single flow?
create auto flow that triggers when email received, add Update Excel action, then re-add it as many times as needed.
create instant flow that updates a single record, then select multiple emails in your inox and start the flow from the menu bar
Add and Apply to each loop after the Get email actio, then add another action to write the records to Excel
create scheduled flow that triggers when u submit a request, adda acondition that defines the info to extracted, add an Update Excel action and change the Advanced settings to repeat as needed.
Q15. What control would you use to build parallel branches of conditional logic based on a single value?
Apply to each
Scope
Condition
Switch
Q16. How do you modify a flow notifying your manager that you are working remotely to show your actual location?
Using the appropriate template, modify the trigger so that it references your actual location instead of your profile information
Using the appropriate template, modify the action that calls your Office 365 profile so that it references your actual location instead of your system information
Using the appropriate template, modify the action that emails your manager to include the Dynamic ContentManual > Full address in the email body
Using the appropriate template, modify the action that emails your manager to include your location in the email body by manually entering it
Q17. How can you create an instant flow that requires user input?
Start an instant flow with a manual trigger, then add conditions that include the needed input
Start an instant flow with a manual trigger. On the edit screen, click the manual trigger step and then click Add item
Search for a manual trigger with input items in the button connector list
Start the flow with the add input trigger, then add the manual button action after that
Q18. By default, the Apply to each action runs sequentially. How can you change this to run in parallel?
In the top-right corner of the card, click the small ellipsis and select Settings. Then turn on the Concurrency control setting
In the top-right corner of the card, click the small ellipsis and select Settings. Then turn on run parallel setting
In the top right corner of the card, click the small ellipsis and select Run Parallel
This cannot be changed
Q19. How do you share a button flow from the mobile app?
On your mobile device, from the button section in Power Automate, tap the small ellipsis to the lower right of the button, then select Share button. When prompted, enter their user information
On your mobile device, from the button section in Power Automate, tap the small ellipsis to the lower right of the button, then select Invite others. When prompted, enter their user information
Button flows need to be created by users individually, not shared - otherwise, notifications sent by them would look as if they were coming from you
From Power automate online, select the flow from your My flows list, and click the share icon to make them an owner so they can modify flow information
Q20. What can you use to process PDF forms and extract data for use in flows created with Power Automate?
AI builder
Microsoft Forms connector
process PDF template for Power Automate
PDF connector
Q21. Can flows that have been created outside of a solution be shared in a solution?
Yes, but only system admins have the ability to move flows into solutions after they are created
Yes, flows can be easily imported into solutions
It is entirely dependent on the type of flow - for instance, instant flows cannot but most automated flows can.
No, to be shared as part of a solution, they need to be created within the solution
Q22. You are using a scheduled flow to copy information from one database to another. what is an important caveat to keep in mind?
Power automate does not support two-way synchronization, so changes made in the destination are not copied back to the source
you can copy data only between databases in the same environment
All field names in both database must match exactly and there must be the same number of records in each database
You must always create a loop to verify your data has been successfully copied
Q23. How do you share a template in Power Automate?
In the menu bar of the detail page for any succesfully run flow, click Submit as template
Share tempaltes the same way you share flows: by selecting them in your My flows list and licking Share in the menu bar
Zip the template file and email it to templates@powerautomate.com
Export the template and post it to the Microsoft Power Automate site
Q24. Flows 1 and 2 both result in emails being sent. Is the difference between the flows Send email action steps significaton, and if so, why?
Yes. Number 2 will send the email from microsoft@powerapps.com; number 1 will send the email from your Outlook email address
There is no significant difference between them
Yes. Number 1 will permit more user inputs to be added to the message
Yes. Number 2 will prompt the user to enter the email address to the recipient before it is sent
Q25. You are automating this suggestion review process: When a new suggestion is added to an SharePoint list, a staffer emails every member of the review committee, asking them to approve the suggestion. The staffer updates SharePoint as replies are received. A suggestion is approved or rejected when at least four of the seven committee members have approved or rejected it. In addition to Start and Wait for an approval, which components will be needed for your flow?
A. Send an email
B. Parallel branch
C. Delay until
D. Approvals - start an approval
E. SharePoint - when an item is created or modified
B,D
A,B,D,E
B,D,E
A,B,C,D
Q26. Whit whom can you share flows?
people on the same Office 365 team as you
fellow SharePoint site collection memebers
anyone in your organization and beyond
people in your department
Q27. What control would you use to stop a flow?
Do until
Terminate
Scope
Switch
Q28. Can you create nested conditions? If yes, how?
Yes. Add another set of conditions into the Yes/No results of an existing condition.
Yes. Add another set of conditions after the resulting actions.
No. You can have only one set of conditions per flow.
It depends on the action. For instance, you cannot have multiple conditions if you are updating SharePoint records.
Q29. What control would you use to build parallel branches of conditional logic based on a single value?
Apply to each
Scope
Switch
Condition
Q30. In this flow, what is required for dynamic content to be available for use in the Email step?
Recipient of email must have edit rights to the SharePoint library.
User must be owner of the SharePoint library.
The SharePoint site and library must be specified.
File must be in a folder inside the SharePoint library.
Q31. What is a business process flow?
Business process flows are automatically generated from business process flow charts in Microsoft Visio.
Business process flows define a set of steps that guide people through a process to a desired outcome.
Accounting departments use business process flows to report on regular operations.
You can use business process flows to create routines that will automatically process business maintenance tasks, such as system backups.
Q32. What rights do you give to other people with whom you share a flow directly from Power Automate?
You give them the rights to use the flow only.
You give them the rights to use, edit, share, or delete the flow.
You give them the rights to use the flow, but you can extend the rights to edit or share for specific people.
You give them the rights to edit or share the flow.
Q33. Who can use the Power Automate mobile app?
Anyone who already has a Power Automate account can install and use the mobile app.
Anyone who purchases a Power Automate mobile license can install and use the mobile app.
The Power Automate app can be installed and used on mobile devices that are linked to Office 365 enterprise licenses.
Anyone can install and use the Power Automate app on an Android or iOS device.
Q34. You want a flow that sends an email if a new spreadsheet is added to a SharePoint library. What is the correct order for the steps shown?
A, B, D, E, C
C, B, A, E, D
D, A, E, B, C
C, A, B, D, E
Q35. When building a flow from scratch, what is the first step to select?
an action
the conditions
the trigger
the output
Q36. For which kinds of tasks are button flows best used?
mobile tasks with inputs from a group of users
complex tasks that utilize geofencing
replacing tasks formerly created in Outlook
simple, repetitive tasks on mobile device
Q37. What is a condition?
the event that initiates the flow
an action that determines subsequent steps of the flow
a resulting output from the flow
the final, single result of the flow
Q38. How do you create a flow from within SharePoint?
Highlight the individual record or file, then open Power Automate and work from there.
You can create flows only from SharePoint libraries.
You can create a flow from the SharePoint list or library settings page.
From within a list or library, on the menu bar, click Flow > Create a new flow.
Q39. Which of the following are types of triggers?
automation, manual, and button
instant, automated, and scheduled
calendar, manual, and email
approval notices and emails
Q40. Some business processes take months or years to complete. Which strategies are useful when automating a long-running business approval process? (Select all that apply.)
A. Store the approvals in SharePoint.
B. Turn off email notifications.
C. Create two flows—one to send the request, another to handle responses.
D. Store the approvals in the Common Data Service.
C, D
A, C
A, B, C
B, D
Q41. The current date in a flow result is displayed as "15 January, 2020". What expression would you use to format the date as "2020-01-15"?
convertTimeZone(utcNow(),'UTC','E. Europe Standard Time','dd/MM/yyyy HH:mm')
Q42. What is the easiest way to start a new flow?
Download a preconfigured flow from the Power Automate online store.
Create one from scratch, even if a template exists. That is the only way to make sure it fits your needs exactly.
Add the app to Microsoft Teams.
Use one of the preconfigured templates, if one exists for the task you want to perform.
Q43. When you open Power Automate, how do you find flows that are already available to you?
You must search for flows individually. You must search for flows individually.
Scroll down the Power Automate Home page until you find your flows.
In the left navigation, click Solutions to see your flows that solve business problems.
In the left navigation, click My flows.
Q44. What best describes a scheduled trigger?
a trigger that initiates a flow by user interaction that begins to process immediately via a mobile button or request submission
a trigger that runs instantly when another flow finishes processing, if they are chained together
a trigger that initiates a flow without user interaction when some condition is met—for example, when an email is received or a record changes
a trigger that initiates a flow without user interaction at a set time for one or more instance
Q45. In this flow, what dynamic content would you use to include identification of the person who added the file to SharePoint? (Select from values listed.)
Add the value for Link to Item.
Add the value for Created By DisplayName.
Add the value for Identifier.
None of these is correct—you need the value for File Added By.
Q46. What best describes an automated trigger?
a trigger that initiates a flow by user interaction that begins to process immediately via a mobile button or request submission
a trigger that runs instantly when another flow finishes processing, if they are chained together
a trigger that initiates a flow without user interaction when an event occurs—for example, when an email is received or a record changes
a trigger that initiates a flow without user interaction at a set time for one or more instance
Q47. How do you add comments to an action?
In the top-right corner of the step card, click the small ellipsis and select Add a comment.
Comments can be added only for an entire flow.
Select actions will have a comment input box.
In the top-right corner of the step card, click the small ellipsis and select Rename.