Hello everyone, I have a question here. I want to store the values of different A column corresponding to the same B column in a Dictionary<String, List> variable. The key should be the value from the B column, and the value should be a list of values from the A column. However, when I perform the assignment activity, it throws an error. What could be the reason for this?
Hello,Yoichi
Why did I report an error when I called the add method in the list through the invoke method activity
‘List ` 1’ does not have a public instance method named ‘Add’ that matches the parameter types, generic type parameters, and generic type constraints provided to the InvokeMethod ‘calling method’
I wrote an example based on the official demo and still reported an error. I don’t understand