Get part of string

Get part of string

Comments

  • I want to return the last 3 characters of a String. How can I do this?

  • You can use the Substring step found under Data → Text to achieve this. Youll need to pass in the starting index and the number of characters to return for the Sub-String on this step.

Sign In or Register to comment.