Renaming during import

HI,
why doesn’t this work?
I’m trying to rename the field before importing
Thank you

image

image

now works. I don’t understand why the same instruction doesn’t work yesterday

Hi @DamianoDB

In JavaScript, the double equals sign “==” compares two values, if you wish to assign a value, you should use the single equals sign “=”. :slight_smile:

​Best regards,
​Nauris