Hello There,
Anyone know if it's possible to subtract hour for datatime value in OmniStudio for Industries?
Eg. something like this:
NOW() - 1 hour OR $Vlocity.NOW - 1 hour?
Eg. Result
2025-07-10T13:30:22.230Z -> Result: 2025-07-10T12:30:22.230Z
Thank you so much!
Hi Leonardo
You can try this one:-
DateTimeAdd($Vlocity.NOW, -1, 'Hours')
Mohammad Arafat Ali