Docs should cover the following:
- As a user, I want to easily access and pass data between steps in a workflow, so that I can build a coherent process where each step can use the outputs of those before it.
- As a user, I want to have a set of built-in tools to transform data, such as parsing JSON, manipulating strings, and formatting dates, so that I can ensure data is in the correct format for each step.
- As a user, I want to execute my own custom scripts (e.g., Python, JavaScript), so that I can perform complex data transformations or business logic that isn't available out-of-the-box.
- As a user, I want to use AI to enrich or reformat my data using natural language instructions, so that I can automate complex data mapping and manipulation tasks without writing code.
Docs should cover the following: