I'm facing issue in dictionary converting from String to String

HI,

Can you share the error message?

Regards,

Hello @Rakshith_VM

Can you please confirm whether the dictionary “var” is created as Dictionary data type.

Thanks

Email_Auto_Dynamically.zip (2.2 KB)
Here is the ZIP file

Hi,

There is mismatch type and instance in definition of dict variable, as the following.

Can you try either of the following.

Modify default value to New Dictionary(Of Object,Object)

OR

Modify Variable type to `IDictionary<String,String>`

It might be necessary to modify other sentence regarding the above.

Regards,