Version: 23.10
Troubleshooting
Common issues
My form won't submit
Check to see if the narrative is defined correctly. You need at least one page for which the allowSubmit
property evaluates to true
with no possible next pages.
Background saves are causing errors
Background saves are not supported when using a Journey Narrative.
This is because there is no way for the Narrator to detect the difference between a user initiated event (such as clicking the Next button) and an automatic event such as a background save. If background save were supported, evey background save would cause the application to progress the Narrative.
Background saves are generally considered bad practice as they're an event which is neither initiated nor expected by the user, so they should not be implemented.