How to check if the input time is exist between time range or not, pls any one help me

I have a scenario that if input time exist between 00:00 -12:45 then take b column value
else
if input time exists in 12:46 - 24:00 then take c column
input datetimevar=07/18/2022 13:26:01
here what is the logic to check that input time is existed between in which range 00:00-12:45 or 12:46-24:00
can anyone tell me the steps
@Gangadhar_Athili @THIRU_NANI
@devika.jaykrishna

Hey!

Try this:

Regards,
NaNi

1 Like

1 Like

Hello @saritha_panguluri You can do this. Get only 13:26 from input date time variable and then compare it with <= 12:45, if it so then take column b, else column c. Try attached workflow for ref

Example.zip (2.9 KB)

thank you @ushu

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