Issue regarding uploading of Client Security Hash Workflow

I need to know in which format do we need to upload the Client security hash workflow,because everytime I am uploading it result is displayed as failed,even if the workflow is executing properly and is having no errors

1 Like

Hi @Mufaddal_Burhani,

Can you submit a video instead?

Thanks!

2 Likes

Thanks for the reply
After I uploaded recorded file, A window appeared and displayed your video is been uploaded successfully,but when I am looking at my ui path academy profile,It is displaying i havent uploaded anything…

Hi @Mufaddal_Burhani

Welcome to the community :slight_smile:

Try again, if it’s not showing result awaited!!!

1 Like

Hi
How many attempts are we having???

Hi,

In academy you can try it as many times as required without any issue !!!

The certification test allows only 3 attempts!!!

1 Like

Thanks Man!!!

1 Like

[quote=“Mufaddal_Burhani, post:1, topic:147780, full:true”]
I need to know in which format do we need to upload the Client security hash workflow,because everytime I am uploading it result is displayed as failed,even if the workflow is executing properly and is having no errors
[/quote]

what does the above screenshot mean???
Total 11 items
completed 11 items
correct 0

Did you record the screen and activated the bot while in execution ?

1 Like

@Mufaddal_Burhani

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

1 Like

[quote=“Mufaddal_Burhani, post:1, topic:147780, full:true”]
Hi,
I tried uploading the CLIENT SECURITY HASH WORKFLOW many times but still the result is fail, as my workflow is having no errors, it executing completely,my UIpath academy and ACME credentials are same still it is giving me same failing result
why…???

done doing that too

Any Solutions…???
Thanks

Did you reseted the test data after full execution?
And you sure that the state is “complete”? Hash is Correct?
All fail… Maybe your Hash is not right, please review the workflow.

No I havent resetted the data
And Yes the hash is completely corrected

Hi,
there is no space between Client ID,NAME,COUNTRY
It is the correct format, but still the result is fail.
Can you help me with it
Thanks

@Mufaddal_Burhani
Share your screen shot where you make a formula for hash and get value for it

1 Like

I think Client name have space between firstname and last name on acme site

image

remove space only start and end of the variable

2 Likes