Environment: Quick Web App (Flows feature) When it broke: Noticed ~July 1, 2026 (was working as recently as mid-June 2026) Impact: Cannot create new flows — completely blocks flow development
Issue: When creating a new flow and pasting a main prompt that previously generated the correct steps automatically, the web app now only outputs a generic/default flow template. It does not parse the prompt to create the defined steps.
What I’ve tried:
-
Pasting the exact same prompt that successfully generated 12 correct steps previously (7 file upload steps, 1 text input step, 4 code execution steps) — now produces generic template
-
Restructuring the prompt with steps listed explicitly at the top in various formats — same result
-
Simplifying formatting (removing markdown tables, headers) — same result
-
Creating a brand new flow from scratch — same result
Expected behavior: The flow auto-generator reads the main prompt, identifies the step definitions, and creates the corresponding steps with the correct types (file upload, text input, code execution). This worked correctly for weeks prior to this issue.
Actual behavior: Regardless of prompt content or formatting, the app generates a default/generic flow template that does not reflect the steps defined in the prompt.
Questions:
-
Was there a recent update to the flow step generation logic?
-
Is there a new required format for step definitions in the main prompt?
-
Is there an alternative method to manually create steps that I’m missing?
This is blocking an active hackathon project (guard hour reconciliation tool for DC Security). Any guidance appreciated.