You need to create a flow that runs every hour and checks if any new files have been added to a SharePoint document library. Which trigger type should you use?
Trap 1: Compose
Compose is an action, not a trigger.
Trap 2: When an item is created
This trigger fires immediately when an item is created, not on a schedule.
Trap 3: Power Apps button
This is a manual trigger, not scheduled.
- A
Compose
Why wrong: Compose is an action, not a trigger.
- B
When an item is created
Why wrong: This trigger fires immediately when an item is created, not on a schedule.
- C
Recurrence
The Recurrence trigger allows you to run a flow on a schedule, such as every hour.
- D
Power Apps button
Why wrong: This is a manual trigger, not scheduled.