Custom Functions let you write Python code that runs as part of your Syncari pipelines. You can use them to transform data, calculate values, or apply custom business logic at the entity or attribute level.
They are Python-based actions that you define, test, and publish through Syncari. Once published, they appear in Studio where you can add them to your mapping pipelines just like any built-in action.
Each function:
- Accepts one or more typed input variables
- Executes your Python code in a secure, sandboxed environment
- Returns a result that can be used downstream in the pipeline. The results are available via tokens {{Action Result From <node name>}}