I’m getting from Facebook Marketing API , data from ads.
The API returns me an JSON, I tried to use the ItemList, but one of the item have multiple data inside and i’t seens i cant take out in columns.
The Node;
I would like to have this result of the first element:
I would like to have this result of the first element:
(…)
So, you essentially want to move each element of the actions array into its own column, right? If the possible action_type values are unknown, I think this would require a bit of custom code I think. Unfortunately, you appear to have the data from the question template when posting, so I don’t know which n8n version exactly you are running. In case you’re using the latest n8n version 0.201.0, this should do the job: