Created
July 28, 2025 13:11
-
-
Save alexandramartinez/594c0e5e68babcebee89bc48dd9ed871 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %dw 2.0 | |
| output application/json | |
| --- | |
| payload map { | |
| id: $.id as String, | |
| title: $.title, | |
| description: $.description, | |
| dueDate: $.dueDate, | |
| completed: $.completed | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment