Get Date/Time From Map
Overview
The Get Date/Time From Map action will return a Date/Time 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 Date/Time.
Inputs
Map Collection
The Map Collection input is the Map Collection a Date/time should be retrieved from.
| Type | Apex Class |
|---|---|
| Apex-Defined | flowpackpro__MapCollection |
Key
The key value used to retrieve a Date/Time value 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
Date/Time
The Date/Time value to which the provided key is mapped, or null if the map contains no value for the key.
| Type | Variable Name |
|---|---|
| Date/Time | value |