Interface is holding Dict TypeProcess model is holding Map Type
Clash b/w the dataTypes while triggering PM.Could you please help me to convert dict to map before triggering?
Discussion posts and replies are publicly visible
Just curious, why are you using a dictionary? Maps are essentially better than a dictionary in every way, so it's usually better to define your data using a map instead. If you're receiving the data from an integration or something, you can also use the options that others suggested to cast to a map.