Hello there
I tried to change some values in a post script but the field values are not changed in the output.
var totalRecords = data.records.length;
data.records[0].set({ Total: totalRecords});
The values are changed in the designer state but not in the final output.
The values are correctly logged, when i use the logger function to access to changed fields.
What am i doing wrong?