Hi, I need help with the following:
I am creating a flow, where its purpose is that through a group, a team chat notifies me of changes that are about to begin, that is, implement an action that shows me the changes that are about to begin, for example, that Every 10 minutes it is consulted and those that are in the range 10 minutes close to starting are notified.
This is my flow.





As you can see, the flow is notifying me through a teams chat of the following information that I gave it:
Case: @{items('Apply_to_each')?['Change']?['header']?['ChangeID']}
Title: @{items('Apply_to_each_one')?['Change']?['header']?['Title']}
Category: @{items('Apply_to_each_one')?['Change']?['header']?['Category']}
Start Date: @{items('Apply_to_each')?['Change']?['header']?['PlannedStart']}
End date: @{items('Apply_to_each_one')?['Change']?['header']?['PlannedEnd']}.
Based on that, what I would need is to do what I stated above, implement an action that shows me the changes that are about to start, that is, an option could be that every 10 minutes it is consulted and those that are in the range are notified. 10 minutes, in a few words how do I get the flow to notify me of the changes that are about to begin.
Thank you so much.