Python Action

Varsha Neelesh
Varsha Neelesh
  • Updated

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>}}

Getting Started

Step 1: Create a New Function

Screenshot 2026-03-02 at 2.43.21 PM.png

Step 2: Write Your Code and Define Parameters

Screenshot 2026-03-02 at 2.43.48 PM.png

Step 3: Test Your Function

Screenshot 2026-03-02 at 4.22.27 PM.png

Step 4: Save and Publish

Screenshot 2026-03-02 at 2.44.29 PM.png
Share this

Was this article helpful?

0 out of 0 found this helpful