Skip to main content
Question

Writing back to Data Pool from Action Flow

  • December 7, 2022
  • 3 replies
  • 27 views

Good morning,

 

We've set up an Action Flow that sends out an Alert under certain conditions. We're currently trying to set up a Historical log of the Alerts sent, but our JSON Bubble is set to REPLACE:

 

image 

Is there any way we can change it so that it APPENDS new data to the table, instead of recreating it?

 

Thank you in advance

 

Best Regards,

3 replies

  • Author
  • Level 7
  • December 7, 2022

That did it! Thank you very much!


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

Try changing the type to DELTA instead of REPLACE the same should solve your problem.

PS: You may need to have the table created, hence run a replace once then set it to delta


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

That did it! Thank you very much!

Haha seems like I did not need to add that note 😅