WindmillWWindmill
Powered by
konclaveK
Windmill•6mo ago•
12 replies
konclave

Input doesn't get preprocessor output in the flow

I have a flow that is triggered by the email trigger.
I've added a Preprocessor step that maps the trigger event to the other data structure. Let's say, preprocessor returns this object:
{ account: "Account Name", amount: "5" }

When I test the preprocessor, it works as expected.

I've added the arguments to the Input step:

account: string
amount: string

But when I trigger the flow with sending the email, for some reason Input step gets not the Preprocessor step output, but the Trigger event. I check that in the Runs -> Graph -> Node status.

The Preprocessor step has "The execution of this node has no information attached to it. The job likely did not run yet" in the status.

The setup is really basic, and I can't get what I have done wrong.
SCR-20250911-nnun.png
WindmillJoin
3,362Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
henri-c

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c · 4d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra · 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 🙂

henri-c · 4w ago

Similar Threads

Preprocessor on flows
LeandroLLeandro / help
11mo ago
missing input in flow
loulz0rLloulz0r / help
3y ago
Input customazation on a flow
LeandroLLeandro / help
14mo ago
Body of a preprocessor
LeandroLLeandro / help
11mo ago