Microsoft Power Platform Fundamentals — Question 73

You are creating a Power Automate flow.
The flow must read each item in a Microsoft SharePoint list that details sales opportunities and set the value for a field named Status to Overdue if the value of a field named Follow up is less than or equal to the current date.
You need to select the appropriate component to cycle through the entire list.
Which component should you use?

Answer options

Correct answer: A

Explanation

The correct answer is A, Condition, as it allows you to evaluate each item in the SharePoint list against the current date and set the Status accordingly. The other options do not provide the necessary looping functionality; Connectors facilitate service interactions, Actions perform operations, and Triggers initiate flows but do not iterate through items.