https://github.com/shonharsh/uipath-ae-s02p01-buildfirstprocess
This C# project is my solution to the Building The Process practice found in section 02 practice 01 fo the UiPath - Automation Explorer course.
https://github.com/shonharsh/uipath-ae-s02p01-buildfirstprocess
Last synced: 9 months ago
JSON representation
This C# project is my solution to the Building The Process practice found in section 02 practice 01 fo the UiPath - Automation Explorer course.
- Host: GitHub
- URL: https://github.com/shonharsh/uipath-ae-s02p01-buildfirstprocess
- Owner: ShonHarsh
- License: mit
- Created: 2025-01-09T14:10:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T14:22:46.000Z (over 1 year ago)
- Last Synced: 2025-03-27T23:17:01.738Z (over 1 year ago)
- Language: C#
- Size: 9.17 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# S02P01 Build First Process
This **C#** project is my solution to the **Building The Process** practice found in section 02 practice 01 for the UiPath - Automation Explorer course.
### Getting Started
After making a pull request or downloading the project, open the Main.xaml in UiPath Studio. The robot can be run with the play button in the ribbon and the result can be seen in output panel.
### Practice Requirements
###### Business scenario:
Each day, ACME's Sales department receives reports from coffee shops in Excel format.
A dedicated member of the team extracts the data from each report, merges it into an Excel spreadsheet, and then creates a pivot table and a chart based on the merged data.
**Course:** UiPath - Automation Explorer
**Section:** 02 Build your first process with Studio
**Practice:** 01 Building the process
**Project Format:** Windows, C#
**GitHub:** https://github.com/ShonHarsh/UiPath-AE-S02P01-BuildFirstProcess
### Sample Output
```sh
```
### Architecture Requirements
A standard UiPath, Studio to Orchestrator cloud setup is the base of operation. It is easy to setup and free.
1. An Orchestrator connection - Visit https://cloud.uipath.com/ and authenticate or sign up.
2. [UiPath Studio](https://www.uipath.com/product/studio) is used to run the robot. Note that Studio Web can be used directly in Orchestrator but I recommend installing the Studio IDE application.
[](https://github.com/ShonHarsh/UiPath-SetupGuide)
### Git Notes
Clone the project to develop or change it.
```sh
git clone https://github.com/ShonHarsh/UiPath-AE-S02P01-BuildFirstProcess
```
### Links
- [UiPath Automation Platform](https://www.uipath.com/)
- [UiPath Studio](https://www.uipath.com/product/studio)
- [Pulsar](https://pulsar-edit.dev/) (Atom Successor) - Used for all my README.md files
- [Shon Harsh Website 127.0.0.1](https://shonharsh.github.io/curriculum-vitae/index.html)
- [This.GitHub](https://github.com/shonharsh)
- [LinkedIn](https://www.linkedin.com/in/shonharsh/)