diff --git a/www/apps/book/app/advanced-development/workflows/variable-manipulation/page.mdx b/www/apps/book/app/advanced-development/workflows/variable-manipulation/page.mdx index edb7acfbdbb77..6203fdcd2f0ea 100644 --- a/www/apps/book/app/advanced-development/workflows/variable-manipulation/page.mdx +++ b/www/apps/book/app/advanced-development/workflows/variable-manipulation/page.mdx @@ -2,11 +2,12 @@ export const metadata = { title: `${pageNumber} Variable Manipulation in Workflows with transform`, } + # {metadata.title} In this chapter, you'll learn how to manipulate variables in a workflow using the transform utility. -## Why Variable Manipulation isn't Allowed in Worflows? +## Why Variable Manipulation isn't Allowed in Workflows? Medusa creates an internal representation of the workflow definition you pass to `createWorkflow` to track and store its steps.