🙋‍♀️ 🙋‍♂️ Unlock the Future: #6 Challenge from the 20 Use Cases Challenge Learning Sprint

:rocket: Dear Community enthusiasts, are you up to Unlock the Future further?

Virtual series day 6 happened today : See Unlock the Future: Join the 20 Use Cases Challenge Learning Sprint - Day 6 at UiPath Visakhapatnam and now it’s time to put your skills to the test.

Are you ready for #6 Challenge from the 20 Use Cases Challenge Learning Sprint , crafted together with @pradeep_ch , @AutomationX_by_Kiran and with the help of @loredana_ifrim & @Ana_Bulhac ? Let’s level up your UiPath skills! :rocket:

:point_down: Here is the Challenge #6 we have in store for you :confetti_ball::

  • USE CASE 11

RPA Challenge Automation with UiPath Studio Web

Objective: Automate the RPA challenge task by interacting with the website and processing the provided Excel file containing user details.

Steps:

  1. Create Project in Studio Web
  • Action: Initialize a new RPA project using UiPath Studio Web.
  • Outcome: A new project is created to automate the challenge.
  1. Launch RPA Challenge Website
  • Action: Use the Open Browser activity to navigate to the RPA Challenge website.
  • Outcome: The bot successfully launches the RPA Challenge website in a browser.
  1. Get challenge.xlsx File using HTTP Request
  • Action: Download the challenge.xlsx file using an HTTP Request activity.
  • Outcome: The Excel file with user data is downloaded from the given URL.
  1. Upload File to Google Drive / OneDrive
  • Action: Use the Google Drive or OneDrive integration in UiPath Studio Web to upload the downloaded challenge.xlsx file.
  • Outcome: The file is successfully uploaded to the chosen cloud storage.
  1. Click “Start”
  • Action: Use a Click activity to click the “Start” button on the RPA Challenge website.
  • Outcome: The challenge begins, and the form fields are ready for input.
  1. Process Each Record in the Excel File
  • Action: Read the Excel file and iterate through each row using a For Each Row activity.

  • Sub-Steps for Each Record:
    Step 6.1: Use Type Into activities to enter the following details for each record in the corresponding form fields:
    First Name
    Last Name
    Company Name
    Role in Company
    Address
    Email
    Phone Number

  • Outcome: For each record in the Excel file, the respective details are entered into the form fields on the RPA Challenge website.

  1. Click “Submit”
  • Action: After filling out the form for each record, use the Click activity to submit the form.

  • Outcome: The form is submitted successfully, and the process continues for the next record until all entries are processed.

  • USE CASE 12

Process Invoice with File-Based Trigger on Google Drive/OneDrive

Objective: Automate invoice processing by triggering the process when a new file is created in Google Drive/OneDrive, extract relevant information from the invoice, and update a spreadsheet with the extracted data.

Steps:

  1. Create a Studio Web Project with File Created Trigger on Google Drive/OneDrive
  • Action: Use the file-based trigger in UiPath Studio Web to monitor Google Drive or OneDrive for newly created files (invoices).
  • Outcome: The automation is triggered whenever a new invoice is uploaded to the monitored folder in Google Drive/OneDrive.
  1. Download File from Google Drive/OneDrive
  • Action: Use the Download File activity in UiPath Studio Web to download the newly uploaded invoice from Google Drive/OneDrive to the local system.
  • Outcome: The invoice file is successfully downloaded and stored for further processing.
  1. Extract Invoice Information Using Generative Extractor
  • Action: Leverage the Generative Extractor in UiPath to extract key invoice data such as:

    Invoice Number
    Invoice Date
    Total Amount

  • Outcome: The relevant invoice information is extracted and stored in variables for further use.

  1. Create Spreadsheet in Google Drive/Excel File in OneDrive
  • Action: Create a new Google Spreadsheet or Excel file in OneDrive using the respective integration activities.
  • Outcome: A new spreadsheet or Excel file is created successfully in the designated location.
  1. Add Sheet with Table Name from the Extracted Information
  • Action: Add a new sheet to the created file, and use the extracted information (e.g., Invoice Number, Vendor Name) as the sheet name or table header.
  • Outcome: The new sheet is created, and the relevant information is reflected in the sheet name or table header.
  1. Write Data to Spreadsheet/Excel File
  • Action: Use the Write Range or Write Cell activity to input the extracted invoice data into the newly created sheet in the Google Spreadsheet/Excel file.
  • Outcome: The extracted invoice details are written into the file in a structured format.

InputFile.zip (43.6 KB)

:date: Event Date: Today onwards!

:timer_clock: Deadline : Quiz submissions must be submitted no later than the 2024-09-24T20:59:00Z, your time-zone!

Scoring System

  • All submissions earn one star :star2: for participation, regardless of correctness.
  • Correct solutions/Quiz answers receive 5 stars :star2:.
  • The most creative/best practice solution earns an additional maximum 5 stars :star2:.

Feel free to dive into our Beginners Learning Challenge #1 above :point_up_2: and begin sharing your creative submissions.

Thank you and good luck,

UiPath Community

4 Likes

:rocket: Unlock the Future: 20 Use Cases Challenge Learning Sprint :rocket:

Day 6/10 :white_check_mark:

:memo: Tackled two fascinating use cases using UiPath Studio Web .

:bulb: Immense gratitude to the UiPath MVP experts @pathrudu @pradeep_ch
@AutomationX_by_Kiran @loredana_ifrim for their exceptional guidance.

Eagerly looking forward to the upcoming challenges and the opportunity to further refine our skills.:star2:

UseCase11_RPAChallenge.uip (318.4 KB)
UseCase12_ExtractInvoiceInformation.zip (19.9 KB)

5 Likes

:rocket: Unlock the Future: 20 Use Cases Challenge Learning Sprint :rocket:

Day 6/10 :white_check_mark: Another insightful and hands-on session completed!

:memo: Solved two use cases RPA Challenge Automation with UiPath Studio Web and Process Invoice with File-Based Trigger on Google Drive/OneDrive.

Excited for the next steps in this incredible journey! :muscle:
Again Thank you @Hyperautomation-ai @pradeep_ch @AutomationX_by_Kiran , @pathrudu , and @loredana_ifrimspace_invader for curating these valuable challenges.

UseCase 11 RPA Challenge.uip (377.2 KB)
UseCase 12 Invoice Data Extractor.uip (25.0 KB)

uipath rpa documentunderstanding studioweb automation #LearningSprint #Day6

5 Likes

:rocket: Unlock the Future: 20 Use Cases Challenge Learning Sprint :rocket:

Day 6/10 :white_check_mark:

Today, I explored two exciting use cases: RPA Challenge and Invoice Data Extraction+Gen AI Using UiPath Studio Web.

I’m incredibly grateful to the amazing MVP experts for giving me this valuable opportunity to expand my skills and knowledge :rocket:.

Looking forward to even more growth and collaboration ahead!

uipath rpa automation #Generative AI #InvoiceExtraction #LearningSprint #Day6

Thank you @AutomationX_by_Kiran @pathrudu @loredana_ifrim @pradeep_ch :dizzy:

UseCase11_RPAChallenge.uip (318.4 KB)

InvoiceExtraction_Usecase12.uip (18.8 KB)

5 Likes

Hi Community,

Thanks @loredana_ifrim @pathrudu @pradeep_ch @AutomationX_by_Kiran
Thanks for the great initiative sessions.

Use Case - 11 Solution

RPAChallengeAutomation.xaml (40.6 KB)

Use Case - 12 Solution
ExtractInvoiceInformation.xaml (23.3 KB)

Thanks

5 Likes

:rocket: Unlocking the Future: 20 Use Cases Challenge Learning Sprint :rocket:

:sparkles: Successfully completed Day 6 of our hands-on learning sprint! :fire:

:white_check_mark: I tackled two exciting use cases—pushing the boundaries of automation!

This immersive session, led by UiPath MVP experts, provided invaluable, hands-on training that’s already taking our skills to the next level. :bulb:

Excited for the next challenge in this incredible journey! Let’s continue to grow and sharpen our automation expertise! :muscle:

UseCase11_RPA Challenge with UiPath Studio Web.zip (326.0 KB)
UseCase12_Process Invoice with File-Based Trigger.zip (67.2 KB)

Thank you @AutomationX_by_Kiran @pathrudu @loredana_ifrim @pradeep_ch

5 Likes

:rocket: Leveling Up: 20 Use Cases Challenge Learning Sprint :rocket:

Dived deep into two fantastic use cases: tackling the RPA Challenge and leveraging Generative AI for Invoice Data Extraction using UiPath Studio Web.

A big shoutout to the incredible MVP experts for the opportunity to learn, grow, and keep pushing the boundaries of automation! :raised_hands:

Thanks @pathrudu @AutomationX_by_Kiran @pradeep_ch @loredana_ifrim

RPA Challenge Automation.uip (284.9 KB)
Trigger on New File Created in Google Drive Use case 12 .uip (12.4 KB)

4 Likes

:rocket: Blast Off to the Future: 20 Use Cases Challenge Learning Sprint :rocket:

Day 6/10 :white_check_mark:

:memo: Dived into two thrilling use cases with UiPath Studio Web.
UseCase11_RPAChallenge.uip (318.4 KB)
UseCase12_ExtractInvoiceInformation.zip (19.9 KB)
:bulb: Huge shoutout to the UiPath MVP experts @pathrudu, @pradeep_ch, @AutomationX_by_Kiran, and @loredana_ifrim for their stellar guidance.
Can’t wait for the upcoming challenges and the chance to sharpen our skills even more! :star2:

5 Likes

Hi All,

Successfully Completed the Use Cases of Day-6 :white_check_mark:

Use_Case-11:
RPA_Challenge_StudioWeb.uip (384.8 KB)

Use_Case-12:
ExtractInvoiceInformation_StudioWeb.zip (20.3 KB)

@Hyperautomation-ai @pathrudu, @pradeep_ch, @AutomationX_by_Kiran, and @loredana_ifrim

Thanks,
:grinning:

3 Likes

Day 6 of 10: Hands-on Learning Sprint Complete! :slightly_smiling_face:

Successfully attempted 01 use case. :handshake:
**USE CASE 11: RPA Challenge Automation with UiPath [Studio Web]

Thank you @Hyperautomation-ai @pradeep_ch @AutomationX_by_Kiran , @pathrudu , and @loredana_ifrim

RPA Challenge Automation with UiPath Studio Web.uip (479.3 KB)

3 Likes

Day 6 of 10: Hands-on Learning Sprint Complete! :slightly_smiling_face:

Successfully attempted another USE CASE 12: Process Invoice with File-Based Trigger on Google Drive

Thank you @Hyperautomation-ai @pradeep_ch @AutomationX_by_Kiran , @pathrudu , and @loredana_ifrim

UseCase12 Invoice Processing Automation.zip (25.5 KB)

3 Likes

:rocket: Unlock the Future: 20 Use Cases Challenge Learning Sprint :rocket:

Day 6/10 :white_check_mark: Another hands-on and insightful session completed!

:globe_with_meridians: Tackled two new use cases focusing on the Web Studio RPA Challenge and Event-Based Triggers, adding more tools to my automation skillset.

:bulb: Big thanks to the UiPath MVP experts for guiding us through this fully immersive journey. Each day brings fresh learning experiences!

Excited to keep pushing forward! :muscle:

@pathrudu @pradeep_ch @Hyperautomation-ai @AutomationX_by_Kiran

uipath rpa #WebStudio #EventBasedTriggers automation #LearningSprint #Day6

RPA Challenge.zip (413.6 KB)
Event Based Trigger.zip (18.3 KB)

2 Likes