After the new update:
n8n Version
1.44.1
Source Code
Self hosted
All data transformation nodes started doble quoting the _id from MongoDB for some reason.
It solved using Object as type of data instead string
Then, I had another bug, that all data transformation nodes without icons didn’t work neither with string or object.
See that there isn’t any icon on the data type of this transformation node. I don’t know why it is is buggy, but after creating new ones the initial bug still persists.
Now when I use Object type, sometimes it states that _id is not a object and sometimes it works properly with object type. It is very strange that for same node it simply works half the time.
Also when I use the string type with _id it double quotes always. So it is giving error on all scenarios when trying to update the DB.