Results and the work they start
Where answers land, how they read back, and what they can start.
01Typed answers, real columns
Every answer is stored as its own typed row rather than a blob, so Results shows genuine columns and a question like “who picked Saturday” is a query instead of a scroll. Each response also carries the channel it arrived through, so the mix is visible at a glance.
02Export
Export asks the server for every response — not the page that happens to be loaded — and hands you the CSV it assembled, columns and all. Past twenty thousand responses it stops and says so, naming how many the file holds rather than pretending it is complete.
03Starting work
A form collected by a flow creates an item per response, automatically, the moment it is submitted. A response that arrived with no flow attached is not stranded: open it and Create flow item hands it to any of your flows.