MAP_TO_TEXT_LIST()

Prev Next

Description

Converts an object list to base list for the given key

Available In

  • Apps
  • Automations

Syntax

MAP_TO_TEXT_LIST(a: {} list, b: text) => list

Example

MAP_TO_TEXT_LIST([{key: value}], 'key') = [value]