Skip to main content

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

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.


Thanks a lot Santiago! I will review that


Reply