Description
Converts an object list to base list for the given key
Available In
- Apps
- Automations
Syntax
MAP_TO_NUMBER_LIST(a: {} list, b: text) => list
Example
MAP_TO_NUMBER_LIST([{key: value}], 'key') = [value]

Converts an object list to base list for the given key
MAP_TO_NUMBER_LIST(a: {} list, b: text) => list
MAP_TO_NUMBER_LIST([{key: value}], 'key') = [value]