If less than 8 hours

I’m trying to do a condition of
“if less than 8 hours” how do I write that in an iF activity? ???

Hi @NA_AN
Welcome to Community!

Give a try
value<TimeSpan.FromHours(8)

I hope it works!

yes it works , thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.