PL-200 · Question #239
A company creates a Power Automate cloud flow for a Power Apps app. The cloud flow must send a daily email that contains a list of year-to-date (VTD) totals. You need to configure the flow. Which…
The correct answer is B. Loop. A Loop (B) - specifically the 'Apply to each' action in Power Automate - is required because the flow must iterate through a collection of records or data points to compile year-to-date totals. The flow likely uses a recurrence trigger for the daily schedule and then loops…
Question
Options
- AParallel branch
- BLoop
- CCondition
- DWait
How the community answered
(38 responses)- A13% (5)
- B74% (28)
- C5% (2)
- D8% (3)
Explanation
A Loop (B) - specifically the 'Apply to each' action in Power Automate - is required because the flow must iterate through a collection of records or data points to compile year-to-date totals. The flow likely uses a recurrence trigger for the daily schedule and then loops through each relevant record to aggregate or include the YTD data in the email. A Parallel branch (A) runs multiple actions simultaneously and is used for concurrent processing, not iteration. A Condition (C) is for branching logic based on true/false evaluations. A Wait (D) pauses the flow for a set period and has no role in compiling or sending data summaries.
Topics
Community Discussion
No community discussion yet for this question.