Question
Triggered Journey through Ajo Form submission.
Hi everyone,
I'm trying to build an Event-Based Journey in Adobe Journey Optimizer where the journey should start immediately after a customer submits an AJO Landing Page Form.
My setup
- Created an XDM ExperienceEvent schema.
- Created an Experience Event Dataset based on this schema.
- Created a Streaming Connection.
- Created a Form Preset and selected the Experience Event Dataset.
- Created an AJO Landing Page using this Form Preset.
- Form submission reaches the generated HTTP API Source/Dataflow successfully.
Problem
The Dataflow runs successfully, but every submission fails during dataset ingestion.
Error:
DCVS-1106-400
The message cannot be validated because a required property is missing:
required key [_id] not foundObservations
- Form submission reaches the HTTP API Source.
- Source Flow is created automatically.
- Records are received but none are ingested.
- Experience Event schema contains the standard required fields including:
_idtimestamp
- The generated schema sample JSON includes
_id. - Mapping also shows
_id -> _id.
However, the ingestion still fails with:
required key [_id] not foundThanks