Accessing individual element after split string

Accessing individual element after split string

Comments

  • How do I access individual elements of the collection created by the \"split string\" step. The use case is as follows:\r\n[ul][li]there is a string input parameter to a flow which is a concatenated value of three data elements delimited by \">\". [/li][li]I need to separate them and assign each to different properties in form's assignment (i.e. I cannot use the for each loop as they are meant for different properties - e.g. 1st element is for \"AssignedTo\

  • I came across the "Get Item By Index" step which I can use for the scenario I mentioned earlier. Can you please advise whether there is a better way to do. Thanks.

  • This step is what you are looking for. We cant know the length of the list at design time so we cannot provide direct access to the list besides the first and last outputs that you have already discovered.

Sign In or Register to comment.