Extract multi value for json

Hello,
I’m new to the solution.
I’m looking to extract a json result from all the value fields.
With the module: Edit Fields


Thank you in advance.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @focheur91300, good to have you back in the community! :sun_with_face:

Maybe you could try using the Split node to split out the data array and then use the Edit Fields node to get the value of each data object?

Hi @aya ,
Thanks for your help.
My final goal is to have a text file containing all the values.
Thank you

Try like this example:

1 Like

Hey @focheur91300, like @Canato suggested here, you can try Convert to File (Convert to CSV) which will create one file with all the values. You can change the file extension by setting the File name too.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.