I am using “and” operator to check if two condtions are true in while loop or not but its not working as expected. Loop should stop once both condition are True, i.e. element exist is true and counter value is 4 . I have initialize counter value as 0 and it’s getting incremented with every run, process should gets excuted with each counter increment until it reaches 4.
However my process executes only once. attached is screen shot of my process. Need your help and suggestions.