Map Item Attribute

A Map item attribute allows you to access data within an element contained within a map field value and indexed via a key.

As an example, consider the following map field value:

‘{'Map1': 1, 'Map2': 4}’

A Map Item attribute allows exposure of e.g. the data element indexed above using the key ‘Map2’.  In the preceding example, this would result in the value ‘4’.