PEGA does not keep whitespace at the beginning of a string
PEGA removes the blank space assigned to the right of the string. How can you do it so that PEGA keeps the string with the blank at the beginning and end of a string?
I am using this Java function "String.format ("% 1 $ "+ n +" s ", str)" to assign whitespace and it works. but when the value assigned to a property is valid, it does not keep the blanks at the beginning
***Edited by Moderator Marissa to update platform capability tags****