Hi,
I'm trying to create an Action Flow that allows me to convert a CSV file to XLSX and then send it via email.
Current Flow:
The user enters their email in the application view and clicks the "Send Email" button.
- A webhook retrieves the data.
- We then use Celonis Get Rows to fetch data for a specific Account ID (one Account ID may have more than one document).

- The data from Get Rows is added to a CSV file.
Expected Solution:
Instead of saving the data to CSV, I would like to:
- Aggregate the data differently, e.g., fetch it from another HTTP output or webhook.
- Use ML Workbench in Celonis to convert the JSON format to XLSX.
- Then send the XLSX file back to Action Flow to attach it to the email.
Question:
Is it possible to implement such a solution? Or is there a simpler way to generate an XLSX file as an output?




