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

@@ -12,7 +12,7 @@ import {
} from 'n8n-core';
import * as _ from 'lodash';
import * as uuid from 'uuid/v4';
import { v4 as uuid } from 'uuid';
interface MessageResponse {