If statement and type into not working


i am trying to take from exel data and check matching between phone number and google number. if it is matching so it should write on outlook “google phone is identical” however its not typing anything. it just click on the block and do nothing and please ignore the “isnt” word. what to do?

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.

@Jetstream

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

@Jetstream

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