TYPE INTO ACTIVITY DOES NOT WORK

I have an issue.
UIPATH does not execute type into activity or check.
Here is an image of my work


HELP IT IS URGENT

Pop a log message in before the type into to make sure the if statement is working as intended and it is even getting to the activity.

If that log message does work then your selector may be the problem. What settings do you have on the type into activity?

Hi @Youssef,

Just like Andy mentioned above please check whether the IF condition worked and one way to know if by printing messages to know where the flow is.

To check if the selectors are pointing to the right element try using the UiExplorer to validate or use a Highlight activity in the workflow to verify.

Regards,
PD

An alternative to the log message… is to use a breakpoint and debug mode, that way you can see what is happening.

Either place it at the If and step into or place a break in both the true and false paths.

These are the best suggestions I think someone could provide without more details… is CAUSE being set as a boolean? Is the selector on your Element Exists correct? Is the value false and the selector in your Type into incorrect?