fix(core): Missing pairedItem fixes (#8394)
This commit is contained in:
@@ -521,6 +521,7 @@ export class NocoDB implements INodeType {
|
||||
this,
|
||||
responseData as IDataObject[],
|
||||
downloadFieldNames,
|
||||
[{ item: i }],
|
||||
);
|
||||
data.push(...response);
|
||||
}
|
||||
@@ -584,6 +585,7 @@ export class NocoDB implements INodeType {
|
||||
this,
|
||||
[responseData as IDataObject],
|
||||
downloadFieldNames,
|
||||
[{ item: i }],
|
||||
);
|
||||
const newItem = {
|
||||
binary: data[0].binary,
|
||||
|
||||
Reference in New Issue
Block a user