Logic & Data Integration
Reach external systems and reshape data between steps.
Last updated
Reach external systems and reshape data between steps.
These are the plumbing skills — the ones that get data in from elsewhere, change its shape, and keep a workflow readable.
API Call — invoke any external HTTP endpoint. The general-purpose way to reach a system that isn't in a connector catalog.
Mapper — rename fields, reshape structures, convert types, supply defaults. The translation layer between one system's output and the next one's expectations.
Pass Through — a structural placeholder that returns its input unchanged. For giving divergent paths a named place to rejoin.
Last updated

