nerdexam
Microsoft

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…

Create and manage logic and process automation

Question

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 feature should you use?

Options

  • AParallel branch
  • BLoop
  • CCondition
  • DWait

How the community answered

(38 responses)
  • A
    13% (5)
  • B
    74% (28)
  • C
    5% (2)
  • D
    8% (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

#Power Automate#Cloud flows#Flow control actions#Data iteration

Community Discussion

No community discussion yet for this question.

Full PL-200 Practice