When a field has conditions, dictionary lookup, transformations, and file settings, the result depends on processing order. The meaning is the same for XML, JSON, and tables, even if the interface labels differ slightly.

Base sequence
- The service reads the source value from the selected path, field, or cell.
- Conditions with the before transformations phase check the source value.
- If dictionary matching is enabled, the value is replaced with the found value or section path.
- Transformation rules run from top to bottom.
- Conditions with the after transformations phase check the changed result.
- File and media settings download files, save images, change format, or replace links.
Why it matters
If a condition must check the supplier’s original price, use the before phase. If you need to exclude a row after rounding, currency conversion, or text replacement, use the after phase.