postfix

The postfix operation adds a predefined value after the input value. The postfix is defined in the Output field of the operation settings.

How it works

  • You specify a postfix string (e.g. “-END”).
  • When the operation runs, this string is appended to the end of the input value.
  • The original value is kept intact, only extended with the postfix.

Examples

InputPostfixOutput
12345-END12345-END
apple-FRapple-FR
789kg789kg
100USD100USD

Usage in PalDock

Use postfix when you need to:

  • Add currencies to numeric values (e.g. 100 → 100USD, 250 → 250EUR).
  • Add units of measurement (e.g. 50 → 50kg, 3.5 → 3.5m).
  • Append codes or identifiers (e.g. user → user-01).
  • Add suffixes to text values for easier categorization or tracking.
  • Standardize outputs by giving them a consistent ending marker.

Most common postfixes include:

  • Currencies: USD, EUR, CZK, …
  • Units: kg, g, m, cm, km, ml, l, …
  • Identifiers: -ID, -01, -A
  • Tags/labels: -TEST, -DEV

Best Practices

  • Keep postfixes consistent across your workspace (e.g. always use EUR, not sometimes €).
  • Combine postfix with conditions so it only applies in the right context (e.g. only add kg if the value represents weight).
  • Avoid doubling postfixes (e.g. 100USDUSD). Add a validation check if needed.
  • Be careful with APIs that might expect raw numeric values without suffixes.

Insights that
helps you grow

  • Free Affiliate tracking software
    Many companies (inlcuding YOU) search for free affiliate tracking software because they want to launch an affiliate program without committing to expensive monthly fees. The…
  • Release notes 2026/06/30
    We implemented numerous performance improvements and feature enhancements based on your feedback. We also significantly expanded the flexibility of the following features: The External Final Page…
  • Release notes 2026/04/30
    Based on your feedback, we’ve pushed the Integration Builder even further. We’ve rolled out a massive wave of UX fixes and performance updates. Here’s the…