Date Compare Transform Error

Hello @Mahak14,

If your date format on the identities is in the format mm/dd/yyyy you can modify the transform to the snippet below and it will accept those dates. Take a look at our developer docs for dateFormat. The input format can be specified in a few different ways using our named constructs or the Java SimpleDateFormat. (Date Format | SailPoint Developer Community).

If you are looking to specify multiple input date formats to be transformed into the ISO8601 format the dateFormat transform does not allow this and it would have to be done another way. If that is what you are looking to do, let us know and we can help formulate a solution for that.

1 Like