Data Transformations
Learn about writing data transformations in Laminar Editor
Transformations allow you to modify data before or after making HTTP requests. They are written as JavaScript arrow functions and have access to specific libraries to help with data manipulation. The following imports are available:
Example: Format User Names
Let's start with a basic transformation that formats user names to uppercase:
Example: Filter and Enrich Orders
This example filters out canceled orders and adds formatted date strings:
Last updated
Was this helpful?