Hello , i would like to create an object for individual array as shown below.
Original data
Transformed data
may i know which node do i use to convert the json array.
Hello , i would like to create an object for individual array as shown below.
Original data
Transformed data
may i know which node do i use to convert the json array.
Item Lists node in split mode
actually it is not splitting the array. It is adding individual array to a new array with “fields”
Hi @Benjamin123, looks like you can use the Set node here. Simply add a new field with a name of fields
, as a value you can use an expression of {{ $json }}
.
Huh, I did not expect this behaviour at all. Quickly testing this on [email protected], the approach seems to work fine using the below workflow:
Result:
Can you confirm which version of n8n exactly you are using and share a workflow using which the problem can be reproduced please?
i am using version 0.227. it says that i am 3 version behind.
maybe i will try to update the version first and try out again.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.