How To Convert query string to JSon

Hey guys I am looking to convert query string to json using n8n and also use the converted data in http request .

Pls help me

Like this how do I breat the url into json

Apollo this url into json to put into http request also how do I place it in http request because every time filters are different and suppose if I have to select person location I will have to enter person_location in http request to get data but from json convertor I get person location

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:

hello @Arsh_Tyagi

you can retrieve the URL params via the code node

2 Likes

Have you clicked on the “Copy” button under the workflow? It has pinned data

2 Likes

@barn4k Can you pls have a look at Workflow Not executing nodes Properly - #2 by n8n as this is more urgent

@barn4k Got it Thank you so much. I have used a set node before the code and given the name url and now it is working thanks

Pls have a look at the other workflow also pls

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