Advanced Training(Academy 2) Assignment 1 evaluation error

Anyone still wondering how to pass this:

  1. Process all WI5 workitems locally before uploading the zip file and don’t reset the data. The uploaded file will not process them.
  2. The name that is required can be random, it’s for your own reference to see which version passed or failed.
  3. Profit.

Hi @ovi Can you please help here. Not sure what went wrong, code works for me in local, checked for the error mentioned in the post like having spaces before hash generation nothing as such. Unable to figure what is going wrong.

Regards,
Sri Harsha

Hi Sri Harsha Bhasuru,

After you run your wf and submit, did you check in Work Items page in ACME for the items’ statuses to be Completed? Can you share a screenshot of the response in Academy after evaluation?

Hi @ovi,

Uploaded a video showing the status changing along with the flow again.

As requested here is the screenshot

“Completed Items: 0” - this either means that the items have not been processed(in Acme the status is not Completed) or that you have Reset test data after submitting the file in Academy and before receiving the Evaluation score and status. In order for the Completed items to be =! 0, they have to appear in ACME as Completed.

Please check these things again.

Yes, i’m not getting work items.
Any idea how can we resolve ?

Best Regards,
Shreekrishna

I had the same issue. Solution is to relook into the information getting updated in UpdateWorkItem . Hash Value generated was wrong when my results were 0 completed


I’m getting like this

Hi @ovi,

 I'm not getting  work items on https://www.acme-test.com/work-items.![ACME|689x375](upload://xvHp5x4a1LhNeIlaSh6q0vWIDaw.PNG)

Any support available from UiPath team?. Whom i can approach?.

Best Regards,
Shreekrishna

Hi skkumar2020,

In order to retrieve work items you need to Reset test data(from User options).
Please try to follow these steps:
Reset test data → check if you have any work items → run your wf → check if Staus is Completed in Work items → submit → Wait for evaluation.

reset test data

Thank you @ovi ,
After so many attempts work items restored.

Regards
Shreekrishna

Thanks @lawanyaram

Regards,
Shreekrishna

Hi @ovi

Can you please help me in understanding what went wrong in this assignment 3. In ACME I can see all the WI4 statuses are Completed.

Video Url: FixedUploadID on Vimeo

Fixed an issue with Upload ID, not able to find any other misses

Hello,

I too am having issues with the evaluation of my assignment (0/100). Here is a video of it: UiPath - Advanced Training - Assignment 1 - YouTube

I’ve checked the following things:

  • Spaces or brackets in the hash search (ClientID-ClientName-ClientCountry)

  • I don’t reset the data before submitting

UiPath hasn’t responded to any of my attempts to learn what the error is. Any help is appreciated.

Best,

Brad

I saw that the status is still “open”.
PFA the snapshot taken from your recording.

StatusIsOpen

To fix this just add a refresh activity on the Work-Items page the status will get completed.
And you will get 100% marks :slight_smile:

1 Like

Did that but no luck. Unable to go forward was stuck at 60%

I am facing the same problems.
The instructors comment is - Total Items: 12 Completed Items: 12 Correct Items: 0
I have run the main workflow locally.
All items are marked as complete with the security hash in comment.
The security hash is generated correctly (For example string AD88069-CraigTober-France gives me hash 03f776b776e49999537ec91444a6d0d408ae6ae0)
The work items are not reset after completion.
I have used the same email for academy and acme registration.
I also checked some items manually and the hash values are correct.

It would be useful if the instructor comment would provide at least a hint on what is wrong.

1 Like

Hi @Ernests,

As per the information you shared. You are missing a space between the First Name and Last Name. Hence, effectively you are generating the wrong hash code. So the sting to be supplied for HashCode generation is “AD88069-Craig Tober-France” without the double quotes.

Kudos! :slight_smile:

Regards,
Nithin Prabhu

You saved me! Thank you very much. I was sure that there should be no spaces at all.

1 Like