I have a map and a dictionary.. How can I merge them and save the output to a datasubset?
Discussion posts and replies are publicly visible
a!localVariables( local!dict: ({x: 1, y: 2}), local!map: a!map(item: 1, value: "PRueba"), todatasubset(union(cast(type!Map, local!dict), local!map)) )
if the dictionary is list?
Im getting below error with above example
CastInvalidCould not cast from List of Dictionary to Map. Details: CastInvalid
Are you using my code? Which version are you using? If not, please share it...