Plz help me with Uipath Academy Level 3 Assignment 1 :(

Hello everyone, I have hard time with level 3 assignment 1.

I’ve been tried more than 10 times for this issue.

My project is working nice. It satisfies all the processes which UIpath Academy required.

  1. Login to ACME
  2. goes to workitem and scrapping data(WI5 client details.) from the first page to the end
  3. goes to SHA1 and type the scrapped data into a box
  4. Get and copy HashResult and paste the result to comment box in ACME.
  5. Then it change status from open to completed
  6. After all things done, it closes all taps

I think there is no problem. But whenever I submit my assignment, Instructor only says that my project completed all Items but there is no Correct Items and therefore my score is zero.

First I thought that HashResult was incorrect.
So I checked HashResult over and over.
But Hashresult was always correct and all the client details are updated as I expected.

plz help me with this problem :frowning:

Can you please trim the hash result. If there are any spaces then hash result will be incorrect.

And also check if there are any extra spaces between client name, country…

Regards,
Karthik Byggari

1 Like

Hi Buddy @Cohibas

you were almost done and i hope the issue must be with the scrapped data like client id, client name and client country
–once after fetching this value say with a varaible named str_clientname then assign it with like this
str_clientname = str_clientname.ToString.Trim
this will remove the blank spaces in front or back of the string
the reason is we usually get incorrect items only because of this reason though we have all the steps correct
and make sure that - is used between the client id, client name and client country before we enter to sha1 website

That would for sure buddy
Kindly try this and let know for any queries or clarificaiton
Cheers @Cohibas

1 Like

Thank you for your help :slight_smile:

I followed your advice and it turned out to extra space problem !!

Really appreaciated with your kind comment thx @KarthikByggari

1 Like

Thank you @Palaniyappan !

I solved the issue and it turned out to extra issue as you expected!

Really appreaciated with your kind comment! Have a nice day :slight_smile:

1 Like

Fantastic
Cheers buddy @Cohibas

You are welcome :slight_smile: