Skip to main content
Question

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

  • August 3, 2023
  • 3 replies
  • 35 views

Forum|alt.badge.img+5
How to add data in action flow for, creating HTML Table and send it via Mail?

3 replies

abhishek.chatu14
Level 11
Forum|alt.badge.img+4

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


  • August 3, 2023

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:

 

 

 


  • Level 7
  • August 4, 2023

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