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
1 Like
1 Like
Still getting the same error.
Main.xaml (8.6 KB)
Config (CurrentRow("Name").toString.Trim) = CurrentRow("Value")
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.