๐Ÿ™‹โ€โ™€๏ธ ๐Ÿ™‹โ€โ™‚๏ธ Unlock the Future: #1 Challenge from the 20 Use Cases Challenge Learning Sprint

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

Weโ€™ve just started the virtual series : See Unlock the Future: Join the 20 Use Cases Challenge Learning Sprint - Day 1 at UiPath Visakhapatnam and now itโ€™s time to put your skills to the test.

Are you ready for #1 Challenge from the 20 Use Cases Challenge Learning Sprint , crafted together with @pradeep_ch ,@pathrudu , @AutomationX_by_Kiran ? Letโ€™s level up your UiPath skills! :rocket:

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

  • USE CASE 1

Enhanced Use Case: Shopping List with Discount and Tax Calculation

Objective:
Create a workflow that calculates the total cost of items in a shopping list, applying discounts and taxes to each item based on specific conditions. The workflow should use different types of variables.
Use only single Variable to store all values

Input:

  1. Shopping List: A list of items with their respective quantities, unit prices, discount rates, and applicable tax percentages.
  • Example

  • Apples: 3 units, $2 per unit, 10% discount, 5% tax

  • Bananas: 2 units, $1.5 per unit, 5% discount, 8% tax

  • Oranges: 5 units, $3 per unit, 0% discount, 7% tax

Expected Output

  • The workflow will display:

  • Total Cost Before Tax: This includes the cost after applying discounts but before adding taxes.

  • Total Cost After Tax: The final amount including taxes.

  • For the provided example:

  • Apples: $2/unit, 10% discount => $1.8/unit, 3 units => $5.4; Tax (5%) => $5.4 + $0.27 = $5.67

  • Bananas: $1.5/unit, 5% discount => $1.425/unit, 2 units => $2.85; Tax (8%) => $2.85 + $0.228 = $3.078

  • Oranges: $3/unit, No discount => $3/unit, 5 units => $15; Tax (7%) => $15 + $1.05 = $16.05

  • Total Cost Before Tax: $23.25 (5.4 + 2.85 + 15)

  • Total Cost After Tax: $24.798 (5.67 + 3.078 + 16.05)

  • USE CASE 2

Enhanced Use Case: Shopping List with Discount and Tax Calculation

Objective:

To create an automation workflow that reads data from a text file and extracts the last instance of a 10-digit account number prefixed with "AccountNumber:"which can be case sensitive too

This workflow should accurately identify and retrieve the specified account number pattern, ensuring it handles various text scenarios, and display the extracted number using a message box

Input:

:date: Event Date: Today onwards!

:timer_clock: Deadline : Quiz submissions must be submitted no later than the 2024-09-17T20: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

5 Likes

Can we get the input file for the second usecase?

4 Likes

Yes @Kancharla_Mahija please find the attached input file
InputFile - Usecase2.txt (1.3 KB)

4 Likes

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

Just wrapped up Day 1/10 of the hands-on learning sprint! :fire:

:white_check_mark: Solved two unique use cases utilizing powerful concepts like Dictionaries, Tuples, and RegEx Builder to tackle real-world automation challenges.

:hammer_and_wrench: A fully immersive session delivered by UiPath MVP experts, pushing our skills to the next level with practical, hands-on training. :bulb:

Excited for the next 9 days of this incredible journey! Letโ€™s continue to elevate our automation expertise! :muscle:

Patient Insurance Records.zip (41.3 KB)
Shopping List.zip (44.4 KB)

4 Likes

Unlock the Future: 20 Use Cases Challenge Learning Sprint!

Just completed Day 1 of 10 of the hands-on learning sprint! :fire:

Solved two unique use cases leveraging the concepts such as Dictionaries, Tuples, and Regular Expression Builder

Thank you, HyperAutomation-ai, for hosting this โ€œ20 Use Cases Challenge Learning Sprint!โ€ Your efforts in organizing and delivering such valuable content are truly appreciated.

Excited for the next 9 days sessions and challenges. :smiley: :metal:
Shopping List with Discount and Tax Calculation.zip (48.7 KB)

Patient Insurance Records.zip (38.4 KB)

4 Likes

Unlock the Future: 20 Use Cases Challenge Learning Sprint!
Completed day 1 hands on learning experience
thank you so much for giving this opportunity to showcase our knowledge
@fanikarthik @AutomationX_by_Kiran @pradeep_ch @pathrudu
please find solution for two use case
Challenge_1.zip (8.5 KB)

4 Likes

Unlock the Future: 20 Use Cases Challenge Learning Sprint! :rocket:
Day 1 done! :fire: Solved two cool use cases with Dictionaries, Tuples, and RegEx Builder.
Usecase1-Shopping List.zip (48.1 KB)
Usecase2-Patient Insurance Records.zip (56.6 KB)
Big thanks to HyperAutomation-ai for this amazing sprint! :raised_hands:
canโ€™t wait for the next 9 days! :smiley::metal:
@AutomationX_by_Kiran @pradeep_ch @pathrudu @loredana_ifrim
Huge love to all of you :smiling_face_with_three_hearts:

5 Likes

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

:sparkles: Just wrapped up Day 1 of our 10-day hands-on learning sprint! :fire:

:white_check_mark: Tackled two unique use cases using powerful concepts like Dictionaries, Tuples, and RegEx Builder to solve real-world automation challenges.

A fully immersive session led by UiPath MVP experts, elevating our skills to new heights with practical, hands-on training. :bulb:

Looking forward to the next 9 days of this amazing journey! Letโ€™s keep growing our automation expertise! :muscle:

Patient Insurance Records_Usecase2.zip (3.9 KB)
Shopping List with Discount and Tax Calculation_Usecase1.zip (4.0 KB)

Thank you @AutomationX_by_Kiran @pradeep_ch @pathrudu @loredana_ifrim

4 Likes

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

:sparkles: Just wrapped up an exciting first day of a transformative learning experience! :fire:

We explored powerful concepts like Dictionaries, Tuples, and RegEx Builder.

Excited for the next 9 days of this incredible journey! Letโ€™s continue to elevate our automation expertise! :muscle:

A big thank you to @AutomationX_by_Kiran @pradeep_ch @pathrudu
@loredana_ifrim for the amazing session! :pray:

UseCase1_ShoppingList.zip (49.0 KB)
UseCase2_PatientInsuranceRecords.zip (153.7 KB)

4 Likes

@AutomationX_by_Kiran @pradeep_ch
Unlock the Future: 20 Use Cases Challenge Learning Sprint! :rocket:
Day 1 done! :fire: Solved two use cases with Dictionaries, Tuples, and RegEx Builder.
Attaching the Solution for Evaluation
JitendraSaroj_Patient_InsuranceDataExtraction.zip (4.7 KB)
JitendraSaroj_Shopping List with Discount and Tax Calculation.zip (3.7 KB)

4 Likes

Hi UiPath Experts,

Successfully completed the 2 Use-Cases of Day1.

ShoppingListCalculator.zip (49.0 KB)- UseCase-1.
ExtractLastAccountNumber.zip (45.0 KB) - UseCase-2.

@Hyperautomation-ai

:grinning:

5 Likes

Hi @loredana_ifrim,

Thanks for the opportunity,
@AutomationX_by_Kiran @pradeep_ch @pathrudu #UiPathCommunity

My solution for the given Use cases:

1. Use Case-1
Calculate the Total of the cart including discount and tax process has developed and provided the screenshot of the same.

Input:

  • Choose the fruit from dropdown
    image

  • Give the quantity of selected fruit
    A dialog box titled "Choose Quantity" prompts the user to input the quantity for a selected fruit with an "Ok" button to confirm. (Captioned by AI)

Output:
The result give the bill for the selected fruits in the cart with discount and tax calculations
image

User case - 1 Workflow:
ShoppingTaxCalculation.xaml (39.2 KB)

2. Use Case-2
Extract the Account Number from the given input text without case-sensitive scenarios has developed
Input:
ExtractAccountNumber.txt (575 Bytes)

Output:
image

Use Case-2 Workflow:
ExtractAccountNumberFromText.xaml (7.3 KB)

Thanks,
Chethan

5 Likes

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

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

:white_check_mark: I tackled two unique use cases, applying advanced concepts like Dictionaries, Tuples, and the RegEx Builder to solve real-world automation challenges.

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:

UseCase1_Shopping List with Discount and Tax Calculation.zip (161.7 KB)
UseCase2_Patient Insurance Records.zip (49.9 KB)

Thank you @AutomationX_by_Kiran @pradeep_ch @pathrudu @loredana_ifrim

3 Likes

Unlock the Future: 20 Use Cases Challenge Learning Sprint! :robot:

Day 1 of 10: Hands-on Learning Sprint Complete!

Successfully attempted 01 use case today following sessions:

Usecase2:Patient Insurance Account Details

Thank You @AutomationX_by_Kiran , @pathrudu , @pradeep_ch , @loredana_ifrim for sharing this opportunity.

UseCase2-Patient_AccountNumber.zip (4.3 KB)

2 Likes

Unlock the Future: 20 Use Cases Challenge Learning Sprint!
My solution for the given Use Cases

ShoppingTaxCalculations.xaml (38.9 KB)

2 Likes