PL-100 · Question #330
A company uses a canvas app to encourage employees to take reading breaks during their work schedule. The reading breaks are created automatically as Outlook tasks in the employee's Outlook app. The…
The correct answer is B. Power Apps step with trigger conditions. A Power Automate cloud flow triggered from a canvas app must begin with the Power Apps trigger as its first and required step.
Question
Options
- AFlow button for mobile
- BPower Apps step with trigger conditions
- CNew Microsoft Outlook task
- DCondition step
How the community answered
(33 responses)- A3% (1)
- B88% (29)
- C3% (1)
- D6% (2)
Why each option
A Power Automate cloud flow triggered from a canvas app must begin with the Power Apps trigger as its first and required step.
Flow button for mobile is a manual trigger designed for Power Automate mobile app button flows and cannot be invoked programmatically from a canvas app.
The Power Apps trigger is the required first step for any cloud flow that a canvas app will invoke programmatically. This trigger establishes the entry point and allows the flow to receive input parameters passed from the app at runtime. Without this trigger as the first step, the flow cannot be discovered or called from a canvas app control.
Creating a new Microsoft Outlook task is an action step that performs work inside the flow and cannot serve as the initiating trigger.
A Condition step is a logical branching control used within a flow after it has been triggered and cannot function as the flow's initiating trigger.
Concept tested: Configuring Power Apps trigger in Power Automate cloud flow
Source: https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/using-logic-flows
Topics
Community Discussion
No community discussion yet for this question.