Hello Experts,We have mapping requirement to check for the length of the string of a array field. If it is a greater than 13, trim it to 13 and if it is empty or less than 13, send as it is.I tried to write a code as below , it is not working. I'm g...