Skip to main content
How to add data in action flow for, creating HTML Table and send it via Mail?

Data will be pulled through Data model using a Query Data module in Action Flow

 

You need to use a text aggregator module to form the table using and then pass the values into your email module.

 

Can refer to the following documentation for the same...

https://docs.celonis.com/en/creating-an-html-table-from-a-celonis-query-data-output.html


Hi Uma,

 

here a step by step guide how to Send Email created by Celonis with action flow:

Send Email created by Celonis

The text aggregator component was used to build a HTML TABLE and then triggering a skill that sends an email using this email noreply@celonismail.com. You can use the component "send an email" if you want to use a private email:

 

 

 


Is there an option to update the table row by row instead of selecting direct columns in the query data module

for eg: I have 3 distinct values in my column and in html table format I want to see 4 different kpis value for these 3 distinct values

how can I achieve this

 


Reply