Solved
Merging a map and a dictionary
I have a map and a dictionary.. How can I merge them and save the output to a datasubset?
I have a map and a dictionary.. How can I merge them and save the output to a datasubset?
IN case is a list of dict...
a!localVariables(
local!dict: {({x: 1, y: 2}), ({x: 3, y: 4})},
local!map: a!map(item: 1, value: "PRueba"),
todatasubset(union(cast( a!listType(type!Map), local!dict), local!map))
)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.