Issue in Type into activity input mode

Hi Folks,

My bot requirement is need to account the invoice in the desktop application and it has 10 fields.Bot picks the one invoice and processed neccessary steps and need to save the particular invoice document.

It’s correctly entered the input in the desired field through simulate,Send windows message,Hardware events input mode except one field…The desktop application behaviour is when we click the save button it generates the document number and the it clears the current input details.

I am having issue in one field,it’s entered the input correctly through simulate mode but when i try save the invoice it saved and generated the document number also but it does not clear the current input detail for particular field so particular field details not captured in manual report verification.

@Anil_G Please guide me in this…

@shyamala_shyamu

Try using type into and use clear fields option in it

Cheers

Yes @Anil_G

I have used in this.Particular type into activity working fine in the hardware input mode but fails in simulate mode…

@shyamala_shyamu

With simulate empty fields might not work…

Rather you can try by setting an empty value first and then type the require value to empty the field if you want to use simulate

Cheers

Thanks for your suggestion anil…I don’t have issue in typing the input field…After typing all field need to save the particular document.

The application behaviour is After successful save document it generated the document number and cleared the all inputs for particular document but in my case it clears all input field except one field…

I have seen times where the automation appears to type the data into a field but the application doesn’t recognize it. This is due to the input method. You can change the input method for each individual Type Into, until you get it to work. Tedious, but that’s what we do.

Yes…You are right…I have changed my input mode for this it’s working fine in the hardware event but need to run bot via unattende mode so i have changed the input method to simulate and it got failed…

@shyamala_shyamu

Ideally hardware events also will work in unattended mode…is there any issue that you are seeing?

And what is the significance of clearing all fields?..is it for next iteration its not clean?

Cheers

1 Like

You can use hardware input mode with unattended automations.

The application clears the fields when the record is saved, not the automation.

Thanks…I have used hardware events previously an unattended mode bot got foreground error so i changed the input mode to simulate,windows message for unattended automation…

yes…it cleared all field if i use hardware event but when i use simulate mode it clear fileds except one…

If you’re getting errors with hardware events in unattended mode, I can guess that you (or someone else) has logged into the server using the robot account (ie with RDP) and then just closed the RDP window without logging out. This leaves the session active but in a state similar to locking your screen, and interferes with automations. You must click Start and Sign Out from the RDP session.

Yes.If i tried to sign out the RDP Session machine got disconnected.It unable to run process so i have locked the machine instead of sign out…

Then that is your problem. It should not get disconnected when you sign out. When you installed UiPath Robot on the server, you probably selected User mode instead of Service mode. You have to install it on unattended servers in Service mode.

Yes Got it…how can we check whether it’s installed via user mode or service mode…

As of now my project working in unattende mode…

It’s not working in unattended mode if you have to log into the server for it to work.

An administrator will need to log into the server and run the UiPath installer again, and select Service mode.

@postwick Thank you so much for your valuable suggestion…Will try this…

1 Like

Once they’ve installed it in Service mode, log into the server as the robot account, then click Start and Sign Out. Now check that it stays connected and you can run the automation unattended.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.