Reviewing form submissions
The Forms page loads studioFormSubmissions with the definitions and shows submission totals per form. Open View submissions to inspect timestamp, submission ID, payload fields, and a linked Customer 360 contact ID when present.
Use Export CSV for one form or the full site. CSV construction happens in the browser from the submissions already returned by GraphQL; there is no separate export endpoint or date-range filter.
The displayed unread count is not persisted read state. A submission is labeled unread solely when its createdAt timestamp is less than 24 hours old. Opening it does not change a tenant or user read marker.
Related
Loading index…