OIC add millisecond to dateTime
Summary
Add a millisecond to a given dateTime Value in OICContent
I have an Integration where I need to add a millisecond to a given dateTime Value.
For example: I get the following value: 2019-09-23T05:20:03.832+00:00
I am able to convert this value using the dateTime function to this: 2019-09-23T05:20:03.832Z
Then I want to add a milisecond to get this: 2019-09-23T05:20:03.833Z
But unfortunately I am not able to add a milisecond to this value. I always get an execution error.
Anyone now how to do this is in the MappingBuilder of OIC?
Tagged:
2