Unable to get dictionary values

i’m doing SharePoint automation using custom Activity obtained from UiPath Go. I successfully read values in the SharePoint list into dictionary but i’m unable to print the values inside the Dictionary.
I’m only getting the variable type.
Could you please help me to print the values in the dictionary?

1 Like

Hi @Aathira_Ajayan,

Please check the below link for example.

Instead of Item.ToString, item.Value will return the value in the dictionary.

Hi @SaranyaKishore,
Thank you for the reply. But i’m getting error while accessing key.

1 Like

Is it possible to send the workflow?

@SaranyaKishore
I’m unable to upload the workflow.


i’m getting above error.I have uploaded the workflow in my colleague’s forum. Could you please check the below link.

please use this link.

1 Like

i resolved the error. To loop through array of dictionary, TypeArgument should be type of dictionary.
Thank you for your response. @SaranyaKishore

2 Likes

Refer this:

1 Like

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