A company creates a canvas app.
The app requires near real-time data from an accounting system that resides in a customers data center.
You need to implement a solution for the app.
What should you create?
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
Currently there are no comments in this discussion, be the first to comment!