Great thank you.
I tried using that code -
@or(equals(dayofweek(UtcNow()), 0),equals(dayofweek(UtcNow()),6),less(formatDateTime(addHours(triggerBody()?['DateTimeReceived'],),'HH:mm'),formatDateTime('08:30:00','HH:mm')),greater(formatDateTime(addHours(triggerBody()?['DateTimeReceived'],),'HH:mm'),formatDateTime('17:30:00','HH:mm')))
but flow didnt like it -
The template validation failed: 'The template action 'Condition' at line '1' and column '1813' is not valid: "Unable to parse template language expression 'or(equals(dayofweek(UtcNow()), 0),equals(dayofweek(UtcNow()),6),less(formatDateTime(addHours(triggerBody()?['DateTimeReceived'],),'HH:mm'),formatDateTime('08:30:00','HH:mm')),greater(formatDateTime(addHours(triggerBody()?['DateTimeReceived'],),'HH:mm'),formatDateTime('17:30:00','HH:mm')))': expected token 'Identifier' and actual 'RightParenthesis'.".'.
But I assume it liked your code?