UiPath Assignment 1 Showing Result Fail

Hello UiPath Team,

I have created uipath advanced training assignment but I am getting evaluation as 0/100.

Total Items: 20 Completed Items: 20 Correct Items: 0

As shown in the figure below. I was wondering if it is possible for you to figure out why is it happening in my case?
Please let me know if there an issue.

BR//
Ankita Sharma

1 Like

Hello @Ankita_Sharma
Welcome to our community
please make sure Hashcode is generated is correctly.
there is no space in between
and use trim method to avoid leading space

ClientID+β€œ-”+ClientName+β€œ-”+ClientCountry

  1. do not reset test data after upload assignment
    Thanks

i have the same issue is there a way to check the result

1 Like

@FaraiHuruba
Welcome to the community
you can check manually in ACME site

or
please mind this point
please make sure Hashcode is generated is correctly.
there is no space in between
and use trim method to avoid leading space

ClientID+β€œ-”+ClientName+β€œ-”+ClientCountry

  1. do not reset test data after upload assignment
    Thanks

i have changed the code to ClientID.Trim+β€œ-”+ClientName.Trim+β€œ-”+ClientCountry.Trim initially i didnt have the .Trim could that be the reason of failure

Could be the reason if space exist either start or end.
Could you share screenshot of that

1 Like

hi @Ankita_Sharma @FaraiHuruba

Run your project from the starting and record the whole session and upload the recorded video on the UiPath Academy. I hope this will work.

Cheer😊

Happy Learning😊

1 Like

hi that worked for m
but know i have a different error
image

1 Like

image

1 Like

This error comes cause of access of invalid key name present in config.xlsx
Please check key name present in config.xlsx and where you call that key should be same

Key like queue name ,username ,url
Thanks

1 Like

thanx all sorted my queue name still had the default name when i created a queue with a different name

3 Likes