Valid PL-200 Dumps shared by ExamDiscuss.com for Helping Passing PL-200 Exam! ExamDiscuss.com now offer the newest PL-200 exam dumps, the ExamDiscuss.com PL-200 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PL-200 dumps with Test Engine here:
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?
Correct Answer: B
In order to send a daily email that contains a list of year-to-date (YTD) totals, you would need to use a loop in the Power Automate cloud flow. A loop allows you to repeat a specific set of actions until a certain condition is met. In this case, the loop would be used to iterate through the data for each day, accumulating the totals for the year-to-date (YTD) and then sending the email at the end of the loop with the accumulated totals. Here are some references from Microsoft that may be helpful in understanding how to use loops in Power Automate: Microsoft docs: Loops in Power Automate Microsoft docs: Repeating a flow with a loop Microsoft docs: Using the do-until loop in Power Automate