Assigning key value to dictionary

Hi all.
I am trying to assign key value to a dictionary variable. But getting this error.
Config.xaml: (2) : error BC30512: Option Strict On disallows implicit conversions from ‘Object’ to ‘String’.

On the left hand side of your Assign activity, please use CurrentRow("Key").ToString

Hi @Dinesh_Babu_S,

Make sure your workflow like below

Thank,

Still getting the same error.
Main.xaml (8.6 KB)

Config (CurrentRow("Name").toString.Trim) = CurrentRow("Value")