Hi, I am using assign activity to store values of arguments after ‘get transaction item’.
It says
“Source:Assign,
Message: The given key was not present in the dictionary.
Exception Type: KeyNotFoundException”
I am using the assign activity as below:
var1 = transaction.SpecificContent(“cash1”).ToString //[where cash1 is an argument in the queue]
and datatype of var1 is string.
Please let me know where I am doing wrong?