Is there a way to perform additional operations on string values? I need to be able to truncate a string if greater than a certain length and have a value that I need to parse/split into two parts. How can I best accomplish this?
As an example, if I return the "Author" field from a list item, it returns in the form: "{UserID};#{UserName}". I don't want to display the UserID value, so I'd need a way to pull just the UserName portion out of the field value.
3 Comments