Hi,
Can anyone help me with converting multiple map into single map,
example input: {a!map(),a!Map(),a!map()}
output{a!map()}
Help is appreciated
Discussion posts and replies are publicly visible
What would this "conversion" look like? Just take the first one, or the last, or combine things somehow?
I have an output something like below, i would want to convert these 6 map items to single map and these field names are not static , field names can differ and are dynamic
So each map has an individual key and you want to combine these into a single map containing all key-value pairs?
salmak2626 Map function works with key value pair.What's key here?
Yes