Output data to the console
Add targeted logs to inspect prototype data while you build.
Goal
Be able to inspect values quickly while building/debugging.
Steps
- Choose a value to inspect (e.g. a captured answer).
- Add a log statement with a clear label.
- Trigger the journey and confirm the value appears.
- Remove or guard the log.
Notes
Source inspiration: hippo-prototyping “how-to”.