Changing character Length of String attribute

Hi all,

I have a list with multiple attributes. One of these attributes is the ‘Name’ with a length of 3 characters, however, when using String.Length it gives a length of 242(See screenshot).


This results in a error further down the line since only 1 to 128 character length is allowed.

Is there a way to limit/cut the length?

Thanks in advance!

Hi @Nindooo and welcome …looks like you had to trim you whitespaces

Thanks for the fast reply. I found the TrimWhitespaces Node, which I wasn’t able to find before because I didn’t know what to look for exactly! It fixed the issue

1 Like