Skip to main content

Get Number From Map

Overview

The Get Number From Map action will return a Number from a Map Collection given a supplied key value, or null if the map contains no value for this key.

This action can only be used on Map Collections where the values are Numbers.

Inputs

Map Collection

The Map Collection input is the variable of a Map Collection a record should be retrieved from.

TypeApex Class
Apex-Definedflowpackpro__MapCollection

Key

The key value used to retrieve a Number from the map.

The type of this input is Text, but you can pass in other types like Dates and Numbers and they will automatically convert to text.

Type
Text

Outputs

Number

The Number to which the provided key is mapped, or null if the map contains no value for the key.

TypeVariable Name
Numbervalue