Not shure what to put in condition to get the sequens to run. In the FOR EACH I have som strings containing the date like 29-OCT-19. I use regex.match to find date and it works fine, but some strings does not contain date and I want to pass to next sting that contains date. I tried to use IF end if date exist it continue to run the sequens, if date does not exit I want to return to start of FOR EACH.
regards