Browserproblme

how to make type into not loop in browser? i dont know howto make it stops i try using if its not work

Hi @Andi_Muh_Syahfwan

Welcome to UiPath,

first make sure it is not placed inside a loop like For Each or While. If it is, the activity will repeat every time the loop runs.

You can also use an If condition before the Type Into activity to control when it should execute. For example, create a Boolean variable such as typedAlready with a default value of False. Use the If condition to check if typedAlready is False. If it is, run the Type Into activity and then set typedAlready to True so it does not run again.

If you found helpful, Mark as a solution tick .
Happy Automation

HI. Please try to use break activity after type into