Skip to main content
Question

Hello,My question is about keeping the records after running the automation process every week. So, the system would be selecting records and send email to stakeholders once in a week.

  • January 27, 2023
  • 2 replies
  • 3 views

But, I will have to keep these records once the system is processed and published using OLAP table in the Studio. So, for example the columns might be Record Number and Record Created Date (System processed date). What is the best way to do so?

2 replies

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

Hi Mustafa,

 

You can create a table for the records you are sending as mail through the action flow by using the data push api

https://docs.celonis.com/en/create-and-push-csv-to-data-integration.html

 

Another approach is if you are using views i.e. the user comes into the view selects the records and performs an action (send email in this case). In this case you can use Augmented Attributes. Update the value after every email sent. I would send an email and update my augmented attribute to "Completed". This helps me track all cases that have be sent over an email. 


  • Author
  • Level 3
  • January 30, 2023

Hello Abhishek,

 

That is the link I was following.

 

I am not sure how to handle Augmented Attributes yet. I will look into that as well.

 

Thanks