Question

How to create a Code Step which would split multiple input strings?

  • 1 April 2022
  • 1 reply
  • 44 views

Userlevel 1

Hello all,

 

I am trying a Code Step which would split multiple input strings.

But the issue I have is the following.

In this case I have 3 sets of data. So each key string contains 3 values, delimited by “,”

The code however returns correctly the 1 value, and does not return the other values.

 

Any ideas what I am doing wrong?


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 1

Ok I understood the idea, it will loop when the code is live.

When testing returns only the first value. Not the type of code I was looking for.