In this post, we will see how we can get the length of any attribute in SailPoint.
Using length() method, we can get the length of the attribute in SailPoint.
int size=email.length();
log.info("Size of email is:"+ size);
Here email is the attribute. using email.length(), we can get the length of the email.