Create Scheduled Flow to Run Desktop Flow | PL-200 Exam Question Answer | Microsoft Power Platform Functional Consultant

Desktop Flow Execution Mode

Question

You create a scheduled flow to run desktop flow.

Desktop flow runs only if all users are signed out.

In what mode does this desktop flow run?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

Correct Answer: E

You can run desktop flow in two modes: attended and unattended.

An unattended mode requires all users to sign out from the device that desktop flow runs on.

When desktop flow runs in unattended mode, it automatically signs into a target Windows device.

The device needs to run Windows 10, Windows Server 2016, or 2019

After finishing the run, desktop flow automatically exits the device and returns control to Power Automate.

On the contrary, an attended mode requires the use of the current Windows session.

The attended desktop flow operator can monitor the flow execution, handle the errors, and provide any additional desktop flow information.

All other options are incorrect.

For more information about Power Automate desktop flow, please visit the below URL:

The mode in which a desktop flow runs is determined by how the flow is triggered and whether the user is present at the computer to interact with it.

In this scenario, the flow is scheduled to run automatically, and it requires that all users are signed out before it can execute. This suggests that the flow is not intended to be run in an "attended" mode, where a user is present and interacts with the flow as it runs.

The "attended" mode refers to a desktop flow that runs while a user is present and actively using the computer. This mode is typically used when the flow requires user input or interaction to complete.

The other modes available for desktop flows are "unattended," "user," "admin," and "system."

  • Unattended mode: A desktop flow runs in "unattended" mode when it is triggered automatically, without requiring any user interaction. This mode is typically used for background tasks or automated processes that do not require user input.

  • User mode: A desktop flow runs in "user" mode when it is triggered by a specific user, and it requires that the user is present and actively using the computer. This mode is typically used for workflows that require user input or interaction to complete.

  • Admin mode: A desktop flow runs in "admin" mode when it is triggered by an administrator or a user with administrative privileges. This mode is typically used for workflows that require elevated permissions to access certain resources or perform specific actions.

  • System mode: A desktop flow runs in "system" mode when it is triggered by a system-level event, such as a computer startup or shutdown. This mode is typically used for system maintenance or other tasks that require elevated system privileges.

In summary, based on the information provided, the desktop flow in this scenario is likely to run in "unattended" mode, as it is triggered automatically and does not require user interaction.