https://github.com/robocorp/example-dialogs-upload-file
This robot demonstrates the use of the RPA.Assistant library to allow the user to choose and upload an Excel file, which is then used by the robot to fill a form in a web application.
https://github.com/robocorp/example-dialogs-upload-file
Last synced: over 1 year ago
JSON representation
This robot demonstrates the use of the RPA.Assistant library to allow the user to choose and upload an Excel file, which is then used by the robot to fill a form in a web application.
- Host: GitHub
- URL: https://github.com/robocorp/example-dialogs-upload-file
- Owner: robocorp
- License: apache-2.0
- Created: 2020-11-23T14:13:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T10:44:12.000Z (about 3 years ago)
- Last Synced: 2025-01-09T09:26:44.097Z (over 1 year ago)
- Language: RobotFramework
- Homepage:
- Size: 122 KB
- Stars: 4
- Watchers: 17
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dialogs Upload File Example Robot
This robot demonstrates the use of the [`RPA.Assistant`](https://robocorp.com/docs/libraries/rpa-framework/rpa-assistant) library that allows the user to choose and upload an Excel file which is then used by the robot to fill a form in a web application.
The `ExampleExcelFile.xlsx` in the main directory of the robot contains data with the right structure and can be used to test the robot.
This example builds on top of the `robotsparebin-complete` example, which is explained in detail in the [Robot Software Developer Beginners's course](https://robocorp.com/docs/courses/beginners-course).
This example is very suited to be used with the [Robot Assistants feature of Control Room](https://robocorp.com/docs/control-room/operating-assistants/using-assistant-robots).

> You can find more information on this example robot on [Robocorp's documentation site](https://robocorp.com/docs/development-guide/dialogs-assistant/uploading-files).