Hi - What is the best way to split a string using StudioX? Are there any packages that can be utilized?
You can use string manipulation using Split command
Split(your text,”,”)
Here your text can be replaced with your text and , can be replaced with the value to split the string
How do you do this without the Assign activity in StudioX? Is there a way to use the Save For Later activity?
@botman Use Set variable value activity.
I don’t see that activity available in StudioX