Introduction
The Event Transform action (sometimes referred to as ETA for short) is one of the most versatile components in Tines, allowing you to manipulate and reshape data as it flows through your stories. While you can write custom Python code manually via the Run Script action, the ETA’s automatic mode takes a different approach: you describe what you want to accomplish in plain English, and AI generates the Python code for you at build-time.
Learning objectives
By the end of this module, you’ll be able to:
Configure Event Transform actions in automatic mode and write effective guidance for data transformations.
Generate, validate, and test Python code using AI with event data.
Convert generated code to Run Script actions when needed.