Type into uipath error : Failed to bring target application to foreground. The action was blocked by the current foreground window

Hello everyone
I’m using a type into and i’m having this error while testing from studio :
type into UiPath error : Failed to bring target application to foreground. The action was blocked by the current foreground window
Can anyone help me with a solution ?

Hi @dhouha.cherif I had a similar thing happen to me, for me the robot was working inside RDP. For me what worked is because the product could not find or identify the target application to make the action I need to keep the application alive, and I was closing it. Hope it helps!

@dhouha.cherif

Use a activate window before type into to get the application to foreground

cheers