Skip to main content

Transformers — `get` Examples + API JSON Tip

The Data Injection Transformers page now highlights a practical get pattern for nested values inside JSON returned from API calls, and the crmData example shows a non-ASCII property key.

Improved

  • Transformers (get) — new tip with a jsonParseget(...) chain for drilling into API response strings, plus a short inline comment on the evaluated result.
  • crmData example — uses a Hebrew field name so dot-path access with get reads clearly for localized CRM payloads.