Remove executeSingle from ReadBinaryFile node

This commit is contained in:
dali
2021-02-16 08:09:10 +01:00
parent 46d1a5fe58
commit 8d119852f6
2 changed files with 36 additions and 28 deletions

View File

@@ -134,7 +134,7 @@ export class EmailSend implements INodeType {
for (let itemIndex = 0; itemIndex < length; itemIndex++) {
item = items[itemIndex];
console.log(item,itemIndex)
const fromEmail = this.getNodeParameter('fromEmail', itemIndex) as string;
const toEmail = this.getNodeParameter('toEmail', itemIndex) as string;
const ccEmail = this.getNodeParameter('ccEmail', itemIndex) as string;