MAP_TO_BOOLEAN_LIST()

Prev Next
This content is currently unavailable in Русский. You are viewing the default (English) version.

Description

Converts an object list to base list for the given key

Available In

  • Apps
  • Automations

Syntax

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

Example

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