sjoyee
(Jo Yee Siang)
June 18, 2024, 2:50am
5
I see.
You may need to format the dateMath
output to ISO8601 using dateFormat
operation as the output for dateMath
operation may not be exactly the input format required by dateCompare
operation. You can refer to the following related discussions:
Your outermost transform is FirstValid, but the attributes of this transform is not as per the format required. it needs to have "values" : [...] and you have a dateFormat transform directly assigned to attributes. I am not sure if it is returning any value. As per my knowledge this should be throwing an error.
You may refer to the example from documentation page https://developer.sailpoint.com/idn/docs/transforms/operations/first-valid
Instead of using an empty string as default value in thes…
Dear IDN Team,
The transform dateFormat ( Date Format | SailPoint Developer Community ) supports only one format from the ISO8601 standard.
ISO8601: This is the date format corresponding to the ISO8601 standard. The exact format is expressed as “yyyy-MM-dd’T’HH:mm:ss.SSSZ”.
[…]
If no inputFormat is provided, the transform assumes that it is in ISO8601 format .
From what I can see, the only supported “ISO8601 format” for dateFormat is
yyyy-MM-dd'T'HH:mm:ss.SSSZ (seconds and exactly 3 digit…
1 Like