Hi,
To isolate cause, can you try to turn on “Execution Trail” (or Log Activities) on Ribbon menu then debug run?
We can know whether “IF” activity works as expected or not.
Next, after “IF” activity works, turn on Highlights Elements on ribbon menu, and debug run again. Then check if highlighted element is same as you expect.
Regards,
I dont think you have actually selected the “inputbox” or “textbox” properly…
from the info screenshots on your typeinto activities, it is clear that the target element selected is some “DIV” tag or some other html tag but not “input tag”
edit the UI element selector and see if the tag starts with “input” for your target element.. it will look something like this : “input type=“text”></input”
SG.
Use the breakpoint at if activity, when execution pause at breakpoint ensure both variables are having the values from local panel or immediate panel.
Then click step into activity and see where the execution is going on.
Let me know if this works or do you any have doubts.
Happy Automation
First thing if its outlook then ideally you are trying with mail then you have dedicated activities and we dont use ui for the same
cheers

