While string contains value, perform while loop

Hello how can i make a while loop that perform the same action while the loop contains a value. ?

Hi @langsem

You have to explain your query more with some example or input and the expected output so that giving the solution for the same will be easy

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

haha yh, Well i have a empty variable that loops trought a excel sheet. It goes to one specific column to check if the column contains a string. If it does i want it to continue looping trough the rows, if it dont then it shall go out of loop. I alrdy have this function working but want it smarter using a while loop. What i have today its a for each row, then a if statement