Skip to main content
mohdk0002
July 14, 2023
Question

How can RPA choose file automatically after clicking on upload.

  • July 14, 2023
  • 2 replies
  • 0 views

Hi Team, 

I have a used case, where an employee goes to a specific option on a website and clicks on the upload button, as we know once the upload is clicked file explorer pops up, and then he chooses a document > and clicks on submit.

I am trying to automate this so that robot can pick documents one by one and submits them.

I know clicking buttons is easy with interactive elements of the browser but once the Upload button is clicked the file explorer is opened, and I am not finding any way that robot can interact with File Explorer and selects that document from some location.

I looked at the documentation of File system action https://docs.appian.com/suite/help/20.3/rpa-8.0/modules/file-management-module.html and I cannot find anything relevant so please help.

Best,

Khaiser

2 replies

May 29, 2024

Hi Khaiser,

May I know if you resolve this concern? If yes, how did you automate it? Currently stuck in uploading part since I can't record the file explorer window after clicking the choose file button. Thank you.

sriramk5349
May 29, 2024

Hi [mention:10f5e6874e304929b1f457a19d68b812:e9ed411860ed4f2ba0265705b8793d05]  & [mention:0360702d1b184670b5b645a87cc04f63:e9ed411860ed4f2ba0265705b8793d05] ,

Once you click on upload, file explorer is opened and there recording is not possible. But our cursor will be active in the filename field of file explorer. If you have the file path, you can use keyboard actions to add the file path and then click on enter using keyboard actions. I tried in this way and its working for me