Hey.
I had this flow where I managed to fill a form, and then, since the bot couldn’t click the send button in the application, what I did was click on a field and send the Enter key as item.SendKeys.
This worked well for some time. But now I have reinstalled openrpa and added some features, and I don’t know why, this doesn’t work.
In fact, clicking any field in the form just deletes some info. This only happens if it’s done by the bot, if I populate the fields manually, the application works as usual.
Here’s some pics of the behavior.
before clicking a field
after clicking a field (or the app window)
It does send the Enter key, but at the same time it empties some fields. So it doesn’t save the form.
There’s two options in settings (use SendKeys and User Virtual Clicks) that I have enabled and disabled but it still doesn’t work.
Is there any way I could understand why this behavior is happening right now?
As I said, this worked fine last time I ran it, and it did for thousands of items.

