Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.
SOLVED

Set the start time of a converted project

Avatar

Level 3

Trying to set the time of projects converted from issues using automation to 9:00am.

We have an Update Record Module > Record Type Project > Planned Start Date Field.

setHour(35.plannedStartDate;9)

 

This works and changes the hours but the minutes still use whatever minute it was when the project was created. We tried to add setHour(35.plannedStartDate;9),setMinute(35.plannedStartDate;0) but it fails.

 

Anyone know how I can accomplish this?

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@Tracy_Parmeter it's about as clear & intuitive as mud (in my opinion), but this should do it:

{{setMinute(setHour(35.plannedStartDate;9);00)}}

 

If someone else can explain to me why they need to be nested like that, I'm interesting in soaking in that info.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@Tracy_Parmeter it's about as clear & intuitive as mud (in my opinion), but this should do it:

{{setMinute(setHour(35.plannedStartDate;9);00)}}

 

If someone else can explain to me why they need to be nested like that, I'm interesting in soaking in that info.