Skip to main content
Question

Action flow sending several emails, I need to consolidate everything in one table.

  • February 19, 2024
  • 2 replies
  • 23 views

Hi group! I am working on an action flow that will send a table with some information, the action flow is looking good, but it is sending separated emails, I need the full information in one table, being sent one time. The source is pointing to the query data, so not sure why is doing that..Screenshot 2024-02-19 120923action flow

2 replies

  • Level 2
  • February 19, 2024

Hi Joyce,

 

I also work with AFs and I solved this issue with this structure: 

 

1- Array aggregator: you select the necessary data that you will use in the future.

 

2- Set Variable: you create a one_time variable (ordered or not) with all the information.

 

3- Iterator: this is the one that distributes the information in the text aggregator that you have already created.

image 

Best regards.


  • Author
  • Level 7
  • February 19, 2024

Thanks a lot Santiago! I will review that