Gift list flow pulling array multiple times

Options

I have a gift list flow copied from a former user. It works well except that it sends an email notification for each gift in the list, re-appending the array each time. So a list of five gifts results in 5 email messages. The first message shows 5 gifts, the second 10 and so on. I understand this means it is looping, but I'm not sure how to reorganize the flow to have just a single loop.

0e1ad7616daa46cd5f8c87e6df738bae-huge-im

Comments

  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary Kudos 5 PowerUp Challenge #3 Gift Management Name Dropper

    @MaryAnn Coyle
    if you intent to only have 1 email, then you need to take the send email action out of the loop, (in edit close, you can drag the title and move it out.

    if you have a “create html table” action that is used in the send email action, move that out too

  • @MaryAnn Coyle- Hi Mary, just what Alex said. I like visuals so it would look like this, move these out of your loop. Then it will be one email with 5 gifts listed.

    38485e51027dff6120842fe88e81eaaa-huge-im


Categories