Hi everyone,
I might have a slightly tricky question, but I’m hoping that some of you can provide me with tips or solutions! 😊
Here’s the current scenario:
What I’d like to achieve:
Example:
Question:
I attached a sample oml. Any insights, tips, or examples would be greatly appreciated! Thanks! 😊
Best regards
I added in the saving workflow a new client action, which contains a javascript to generate the times:
Hi T S, have you tried using addHours to update your entire grid when generating a new row?
Working in datetime
you have functions to add hours, minutes and seconds. You just need to use all three.
AddSeconds(AddMinutes(AddHours(Date1,Hour(Date2)),Minute(Date2)),Second(Date2)))