You can have two loops, the inner loop will generate the “New Unique String” by iteration.
When the system gets the new Unique String , Based on element exist you can use the “Break” activity to come out of the inner while loop and the iteration continues with the outer loop
To read excel data one by one you can use “ForEachRow” activity …inside that you can use while loop for the iterations of each excel input(.01,.02,.03…), then you can use “Break” activity when it matches the unique string
thank you for your solution but I am struggling with the loop. I can perform the iteration of .01, .02 etc but I am struggling when I am trying to get the next value.
I think you can use “Continue” activity(If Element Exist - Message Box), it skips the current iteration and starts with next iteration if you are using single loop