Dear All
I am New to Office 365 as a Admin. i am trying to make a Flow so i can sent out of hour replies between 8 pm to 8 am Monday to Friday and all day Saturday and Sunday.
I have looked here and found this one
@or(
equals(
dayofweek(
UtcNow()
),
0),
equals(
dayofweek(
UtcNow()
),
6),
less(
formatDateTime(
addHours(
triggerBody()?['DateTimeReceived'],-6
),
'HH:mm'
),
formatDateTime('08:00:00','HH:mm')
),
greater(
formatDateTime(
addHours(
triggerBody()?['DateTimeReceived'],-6
),
'HH:mm'
),
formatDateTime('20:00:00','HH:mm')
)
)This one does seem to always go to yes after this condition no matter what date or time tested.
Any help would be great
Step by step would be better


Report
All responses (
Answers (