Set the start time of a converted project
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?