Extract data from string based on match stored in a string

Good day

I have an array with data i want to match to data in a string, if the match is found extract the data until the next number value is found and store it in a temp string and loop through until end of string.

May you please assist?
Thanks,

  1. Use For Each Activity [ String_Array ]
  2. Inside It Use If Activity [ Item = ’ Data’ ]

This will solve the problem.

initialize an empty list of string

  1. For each Array of String
  2. Inside the loop, If condition
  3. If string of array matches data, use Add To Collection activity and add that string or data into the list of string
1 Like