In Flow Designer, how to check the catalog date/time variable is having the time value is after 5:00

Vasu2
Tera Contributor

Can Any one help me on how to check in the Flow Designer if condition that if the catalog date/time variable is having the time after 5:00 PM or not. 


1 ACCEPTED SOLUTION

Viraj Hudlikar
Giga Sage

Hello @Vasu2 

 

VirajHudlikar_0-1742013254164.png

 

VirajHudlikar_1-1742013293590.png

VirajHudlikar_2-1742013332052.png

VirajHudlikar_3-1742013369474.png

 

Test Result:

When DateTime value selected was "2025-03-14 20:45:00"

VirajHudlikar_4-1742013443836.png

 

When DateTime value selected was "2025-03-15 07:38:00"

VirajHudlikar_5-1742013596273.png

 

If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.

 

Thanks & Regards
Viraj Hudlikar.

View solution in original post

2 REPLIES 2

Viraj Hudlikar
Giga Sage

Hello @Vasu2 

 

VirajHudlikar_0-1742013254164.png

 

VirajHudlikar_1-1742013293590.png

VirajHudlikar_2-1742013332052.png

VirajHudlikar_3-1742013369474.png

 

Test Result:

When DateTime value selected was "2025-03-14 20:45:00"

VirajHudlikar_4-1742013443836.png

 

When DateTime value selected was "2025-03-15 07:38:00"

VirajHudlikar_5-1742013596273.png

 

If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.

 

Thanks & Regards
Viraj Hudlikar.

Vasu2
Tera Contributor

Hi @Viraj Hudlikar ,

I am trying to achieve another scenario where in my catalog Item,  I have a List Collector field called 'role' and each role will have single or multiple owners. We can select multiple roles at a time in the List collector. when the catalog item is submitted, it should go to all the role owners approval at a time . If there is multiple Role owners for a role then anyone can Approve or Reject the role. If anyone approve/Reject then we no need another one Approve/Reject for that role. If all the Approvals (Approve/Reject) for the all the selected roles is completed then a task should be open and in that task description all the approved role names should appear. 

Can you help on this flow Logic, Thanks in Advance