We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
label
name
1 parent bcbf64e commit bcd9461Copy full SHA for bcd9461
index.js
@@ -55,7 +55,7 @@ function hydrateRecord (record, fields) {
55
break;
56
}
57
58
- row[field.name] = value;
+ row[field.label] = value;
59
60
return row;
61
}, {});
0 commit comments