Describe the problem/error/question
There seems to be no way to access the http request / response Object in a n8n Form Trigger Node?
Situation: I have a WF starting with a form Node.
I want to capture the IP address of my clients (as a check - then I can see if they passed on their login)
So I added a “Hidden field” in the N*N form Node.
Yet the expression (in its “value” part) {{ $request.ip }} … does not work.
“{{ $request.ip }}” keeps shown in red. Which means it has no notion of that (request) object.
Anyone knows how to do this?
Information on your n8n setup
- n8n version: → 1.84.3
- Database (default: SQLite): → PostGres
- n8n EXECUTIONS_PROCESS setting (default: own, main): → own
- Running n8n via (Docker, npm, n8n cloud, desktop app): → via Docker on Render.com
- Operating system: → Ubuntu