Usage of System.Collections.Generic
We are currently trying to implement an automation in which we need to store values in the form of a <Key,Value> datatype.
Our first attempt was using the Dictionary class. But pega does not seems to support it well. Is there any fix for that? Or a compatible class that we can use to reach our needs of a <Key, Value> variable to storage data?
Appreciate any help.