I have a need for a flow to check a SP column value and depending on this value set a time constraint that can then trigger a condition. Easier if I show an example.
If the Value is AM then the created time of the Item in SP needs to be before 08:00am else another action. If the item was created before 08:00 on that day then no other action required.
This is for facility checks needing to be conducted within an hour of their shift time.
My column is a choice and i have 5 selections, each with their own times.
0700 AM
0800 OFFICE
0830 FACILITY 1
1500 PM
2300 NIGHTS.
Any idea how I could put this into a flow? I can put parralel branches with Conditions for each area, but how would I set the condition of the time?