Converting JSON query to fields in HTTP request

Hi, I am trying to set my http request in a tidy way because there will be plenty of them. In addition there are same values that will be changing quite often. But instead of JSON query I would like to use “fields below”. Unfortunately I am not able to convert this Json to a field format. Could anyone help me?
{ “order”:{ “STAGE_ID”:“ASC” }, “filter”:{ “ASSIGNED_BY_ID”:17 }, “select”:“*”}

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:

Your “order” value should be {{ {"STAGE_ID":"ASC"} }} as it is another object I suppose.

2 Likes

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