Hey all , i have a powerapp which updates or add rows into a SQL DB
I want to use a re-occurence flow which get's me the rows/items created or updated in only the last 15(or whatever timeframe) minutes.
The SQL DB has a column For time which records when the user submitted (or created) the record/row.
Currently i am trying this ,

I am using current time function to get the Time the flow is running at.
Ideally , i want rows/items which were created between The time Column in DB (example Submit Time) &Current Time
Any ideas to get created and updated rows in a certain timeframe would be appreciated.
Thank you.