I am having string of array[1] report number : 132344556
[2] date :25/06/2021
Now I am iterating using for each - item in string of array
item.contains(“reportnumber”) means I need to perform some action
item.contains(“date”) means I need to perform some action
So without using If for each condition or switch activity …How I can I handle this?