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 ajsonParse→get(...)chain for drilling into API response strings, plus a short inline comment on the evaluated result. crmDataexample — uses a Hebrew field name so dot-path access withgetreads clearly for localized CRM payloads.