Using 1 predefined Field need to get another 2 more values fields from the Elasticsearch

Hi Team,

I would like to collect the list of “repository.project.name” using http.request as method. But based on the list of predefined “repository.project.ID”.

Please help me to get it

Thanks
DILIP B K

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 Team
Below is the field I would like to push using set/code.
{
“repo_id”: 1234
},

Once it is feed with the key pair values. like this I have 100 of it .Once it is added I would like to get the below key pair values from the elastic http request:

"repo_name": "service request ",
"component": "DBR"

Please help me with this :slight_smile:

Thanks
DILIP BK

Hi @DilipChiru!

Thanks for reaching out here! Could you share part of the workflow you’re working on so I can have a bit more context into what you’re hoping this will look like? I’m having a hard time visualizing it.