Skip to main content
May 7, 2024
Question

Creating single map from list of maps

  • May 7, 2024
  • 14 replies
  • 1 view

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

14 replies

stefanhelzle0001
May 7, 2024

What would this "conversion" look like? Just take the first one, or the last, or combine things somehow?

May 7, 2024

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

stefanhelzle0001
May 7, 2024

So each map has an individual key and you want to combine these into a single map containing all key-value pairs?