⭐ Level up your automation beginner journey: #1 Beginner Challenge awaits you! 🏆

Hi ,

Thanks for the sessions on UiPath from Basic to advanced UiPath MVP’s
@pradeep_ch , @AutomationX_by_Kiran ,@pathrudu and @loredana_ifrim for initiating the challenges for the series .

Please find the attached solution .
Challenge1_Hyperautomation.zip (3.3 KB)

Regards
Rob

3 Likes

Main.xaml (7.3 KB)

2 Likes

Hi, @pradeep_ch, @AutomationX_by_Kiran, @pathrudu Thanks for the wonderful sessions and @loredana_ifrim .

Challenge1_Hyperautomation_AprilBatch.zip (3.3 KB)

3 Likes

hi
Main.xaml (7.3 KB)

1 Like

Hi @pradeep_ch @AutomationX_by_Kiran @pathrudu @loredana_ifrim
Please find solution.
looking forward for your feedback

Challenge1.zip (4.3 KB)

3 Likes

Hi Team,

I’m excited to submit my solution for the challenge #1. Please find attached my completed work.

Thank you @pradeep_ch @loredana_ifrim @pathrudu @AutomationX_by_Kiran and team for the opportunity to participate in this challenge. I look forward to your feedback.

Best regards,
Anjali Dahiya

Age Calculator_Challenge1 - Anjali Dahiya.zip (57.7 KB)

4 Likes

Hi Team, @pradeep_ch @AutomationX_by_Kiran @pathrudu @loredana_ifrim
Greeting of the day,
Thank you for the opportunity to participate in this Challenge.
Please find the Solution attached below.

Challenge1_BirthYear.zip (43.2 KB)

3 Likes

Hi @pradeep_ch , @AutomationX_by_Kiran , @pathrudu

Greetings,

Great initiative in conducting this event. I would like to appreciate by showing my heartfelt gratitude.

Kindly please find my solution in the attachment provided below.

Age_Finder.zip (3.5 KB)

Approach :

  1. Format the years that are less than or equal to current year in the Input Dialog activity, which helps the user to select the Birth Year from the drop down menu.
  2. The user can enter the age using keyboard as well which points to the exact year present in the dropdown menu. This will avoid unnecessary validation of the input year.
  3. Calculate the age of the user by subtracting the birth year from the current year and display the result in a message box.

NOTE : There are no conditional activities used in this process.

INPUT MESSAGE BOX

YEAR CONFIRM

RESULT AGE

Thanks and Regards,
Rama Krishna Dokina

2 Likes

Hello, I’m sorry, I missed the contest — It’s been weeks of hard work… Good luck and success to all the participants… Regards @pradeep_ch @AutomationX_by_Kiran @pathrudu @loredana_ifrim

3 Likes

Thank you for your feedback :raised_hands:. We’ve decided to extend the deadline till EOD tomorrow for all of you. So, on Monday we’ll add the 2nd challenge. Happy automation & enjoy the weekend :tada:.

3 Likes

Hi @pradeep_ch @AutomationX_by_Kiran @pathrudu @loredana_ifrim
FindAge.xaml (17.6 KB)

Please find the solution attached, Thanks.

2 Likes

Hi Everyone
Hope you all are doing awesome,

Thanks @loredana_ifrim for extending the challenge date :slight_smile:
Here is my solution, PFA
"Your Age is :- "+(cint(Now.Year) - cint(lv_Date)).ToString
Challenge1.zip (2.4 KB)

Best Regards
Vineet Joshi

2 Likes

Hi @pradeep_ch , @AutomationX_by_Kiran, @pathrudu and @loredana_ifrim

Thanks for organizing this challenge.
PFA my solution for Challenge 1

Main.xaml (14.3 KB)

With Regards,
Valli Viswa Varshini M

2 Likes

@loredana_ifrim, when will we get second Challenge?

1 Like

CalculateAge.zip (55.3 KB)

1 Like

Thank you all for your submissions; we just launched the 2nd challenge. Check below what we have in store for you:

3 Likes

Hi @pradeep_ch, @AutomationX_by_Kiran, @pathrudu

Please find the attached .Xaml file for Birth Year Challenge
Birth Age Challenge.zip (2.9 KB)

Exited to take part in more challenges

1 Like

Hello, @loredana_ifrim ,@pradeep_Ch,@AutomationX_by_kiran and @pathrudu

Please find the attachment of my workflow for Beginner Challenge #1. Thank you for organizing this challenge.

Challenge.1.1.0.1.nupkg (23.3 KB)
Challenge 1.zip (24.1 KB)

Best Regards,
Ronak Patel

1 Like

Hi @pradeep_ch @AutomationX_by_Kiran My approach for these solution

  1. Open UiPath Studio: Launch UiPath Studio to create a new automation project.
  2. Create a New Sequence: Start a new sequence within your project. You can name it something like “Age Calculator” or “Automate Age Calculation”.
  3. Add Input Dialog Activity: Drag and drop an “Input Dialog” activity onto the workflow.
  4. Double-click the “Input Dialog” activity to configure it. Set the properties such as Title (“Prompt”), Label (“Please enter your birth year:”), and Store the result in a variable (“birthyear”).
  5. Assign Current Year: Drag and drop an “Assign” activity onto the workflow. This activity will help to calculate the current year.
  6. Calculate Age : Add an expression to subtract the birth year from the current year to calculate the age.
  7. Display Current Age: Use an “Message box” or we can say “Output Dialog” activity to display the calculated age. You can concatenate a message with the calculated age.
    Challenge 1.zip (3.4 KB)
1 Like

Check the Leaderboard here :point_right: : 🌟 Beginner Challenges Winners Announcement 🏆