Skip to main content
Hi all, 

 

I'm using a flow to generate a work order when a contract is approved. Id like the earliest start to be 8 AM 60 days from when the contract was approved(rounding up a day). For example, if a contract is approved now at 12:17 PM, I want the earliest start to be set was 8:00 AM 2/1/2021

 

To take it a step further I am trying to achieve this so that appointments are not scheduled to start in the middle of the day if at all possible. We use customer first so it is putting the appointment on the schedule asap. 
4 件の回答
  1. 2020年12月2日 18:09
    So basically something kinda like this

     

     

    DATETIMEVALUE(TEXT( Date_Field + 100 ) +' '+ "08:00:00" )

     

     
0/9000