How to display link and json data in http request node?

Describe the problem/error/question

i use data from to upload two pdf two pdf is send to gemini to verify. Then, gemini will output json format data.

one pdf file will upload to google drive.

json format data and google drive will pass to http request. then it will send to pdf.co to add data to one pdf file. i open http request node. the url will display sometime. how to solve the problem?

What is the error message (if any)?

Please share your workflow

Summary

This text will be hidden

Information on your n8n setup

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

You have to put a Merge Node (Combine Mode) before the HTTP Request to ensure that you’re sending just one item to the HTTP node including your JSON and Webview Link from the Gmail Node:

1 Like