Getting Client Security Hash

Hii,
I am trying to get Client Security hash but before that I am facing an error.
Please click on the below link and suggest some help.
https://forum.uipath.com/t/client-security-hash/17377/7?u=zara

Thanks,
Zara

Hello there,
unable to open the link (Sorry, you don’t have access to that topic!)
Please post error message here .

Here is the error…

Thanks
Zara

Hello there,
It’s compiling error where your trying to convert array to dictionary,
By looking at the variable KeyValue which is of type(string,int) and your trying to assign directly which is not right way,
after split you could use dictionary,add(string,int)(eg keyvalue.Add(“hello”,1)) or you could use inbult Add to dictionary activity and pass the key and value pair directly.

Reference

Hi
But I am Split function. Then how can i use add also in it?

@ab00333721 can you suggest what to do?

Hi Priyanka,
I am doing assignment 2 of advanced training. and I’m stucked here. Any suggestions?
https://forum.uipath.com/t/client-security-hash/17377/7?u=zara
Thanks,
Zara

Hi Zara,

I cannot access the URL you have provided.
Could you please explain what is the problem you are facing.

Thanks,
Priyanka

Hi I have completed Academy 2.0 training today ( Level 3)

Hi
sure…

Hi,
What datatype should i take of KeyValue? as it is taking generic by default

I see that you are using a Split function.
So to store you need an array of strings.
Convert your “KeyValue” variable to array of strings.
The error will get removed.

its removed…thank you…:slight_smile:

Welcome :slight_smile: