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