Logger & data transformation
What is Logger
Quickwork provides a Logger app and data transformation capabilities that help optimize and debug workflows.
Key capabilities of Logger
- Recording output data:
- Logger enables the recording of output data from triggers and actions while a journey is in an execution state.
- It provides visibility into the complete data flow between actions, aiding debugging and monitoring the journey process.
- Visualizing data: It serves as a powerful visualization tool for tracing and understanding the data interactions and transformations within a journey.
- Data transformation:
- Logger supports data transformations directly within its interface.
- You can use Formula mode within Logger to manipulate output data, such as:
- Converting the case of text, for example, from lowercase to uppercase.
- Performing arithmetic operations on numerical data.
- Changing date formats to suit different requirements or locales.
- JavaScript sandbox environment:
- When the Logger is set to Formula mode, it functions like a JavaScript sandbox.
- This environment allows for complex data manipulations and custom transformations based on JavaScript syntax.
📚 Additional resources
Building your first journey
Using Logger for monitoring journey data
Data transformation using Formula mode
Updated 8 days ago