Do while, While and flowchart condition is not getting triggered after assigning a Boolean from 'Check Element'

Do while, While and flowchart condition is not getting triggered after assigning a Boolean from ‘Check Element’

The bot is not getting out of loop.

Hi @sushit.patil

Could you be more specific. Your query is very confusing.

@sushit.patil,

If you want to get out of any loop or iteration, add one If activity to check what you want to check and in case of condition is true then use Break / Exit Loop activity.

This will take you out of the loop.

Thanks,
Ashok :slight_smile:

HI @sushit.patil

Ensure the Boolean variable is set to True to enter the While or Do While loop. Inside the loop, verify that the Boolean variable remains True.

Hope this helps