L3 1st Test -> Calculate CLient Security Hash

Hi guys,

I have completed all the workflows, the automation runs smoothly, no errors.

When I hit submit and upload the .zip file, I’m getting 0/100 and I’m using the same email on UiPath and ACME.

Does anyone know what the problem might be?

Thank you,
Chap

Please check the text you’re pasting in order to generate the hash code. Make sure you trim them. The Academy checks if the correct Hash code has been generated and pasted in the ACME portal.

1 Like

This is my expression on ExtractClientInformation: ClientID + “-” + ClientName + “-” + ClientCountry

hello @Chap_Chap

please take care of @Jagdish2593 point also
every time you when upload zip
you do following step

  1. execute Process successfully
    2)zip both project in one file

make sure not reset data in https://acme-test.uipath.com

Thanks

3 Likes

Hi @sandeep13.

Process was executed successfully and the main project was uploaded in one.zip file only.

Data was not reseted after submission and I’m still getting 0/100.

Calculate_Client_Security_H.zip (3.2 MB)

Please feel free to check the updated workflow :frowning:

1 Like

hello @Chap_Chap

ClientID + “-” + ClientName + “-” + ClientCountry

there is space with every variable remove each space between them or
in_hash.replace(" “,”")
use like this

ClientID+“-”+ClientName+“-”+ClientCountry

Thanks

2 Likes

IT WORKS !!!

Thank you so much Sandeep <3 !

Chap

2 Likes

Close this topic please to Mark as solution

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.