When passing a dictionary variable of type string , object with values to another library as an input argument, getting visual basic compilation error

Its in Windows platform.

I have dictionary variable of type string, object in my main process .

Am passing this value to a library who has an input parameter for dictionary.

There is a for each loop in the library to loop through the dictionary, but that loop itself is not initiated . The for each loop from that librray is throwing below error

Attachment.jpeg

Hi @Ragavi_Rajasekar

Ensure that all double quotes are of " . Best, just retype it.

Regards

@Ragavi_Rajasekar,

Can you share how you activities using the dictionary?

@Ragavi_Rajasekar

As per error looks like a double quotes issue…also I hope the version of system activities on library and process are same

Also it would be better to show the activity how it is configured

Cheers

1 Like

Thank you … i did not have the versions same

1 Like

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