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?
