data, and whatever your script returns is written back into the entity at the destination you choose. Please note that this feature is currently in beta and is still under development, so its behaviour may change as it is refined.
Fields
Sample data
| Field | Value |
|---|---|
| Source | &{product} |
| Destination | product.priceInclVat |
| Code | return Math.round(data.priceExclVat * 1.21 * 100) / 100; |