Hello!
Im trying to split the string of a variable created in another step, but it is not working for me. I tried also the solution mentioned here , but it does not work for me.
I want to split out the minor version number from a current last one and increment it by one, but it fails to get the minor version number with .split().
See my steps:Im also logging the value after creating the variable. This is the log:
What could be done to accomplish my needs?