Add the posiblity to set multi-select fields with the names (#1892)

*  Add the posiblity to set multi-select fields with the names

* 🐛 Fix issue with expressions

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
Ricardo Espinoza
2021-06-13 13:17:39 -04:00
committed by GitHub
parent 68914a1fcf
commit 233fc72dc2
11 changed files with 30 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ import {
recordOperations,
} from './RecordDescription';
import * as uuid from 'uuid';
import { v4 as uuid } from 'uuid';
export class GoogleBigQuery implements INodeType {
description: INodeTypeDescription = {