LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Email node - adding new data to email body every time a graph is run

    Employee
    Posted 07-09-2015 23:18

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: JamesV

    Hello, is it possible to add graph output data to the body of the email message?

    I am aware of adding the file as an attachment however I would like to provide a summary of the file in the body of the email.
    The results will change every time the graph is run.

    Below is an example of the type of data I would like to add to the body of the email.


    Team Orders Non Orders Total_Orders Percentage
    A 219 66 285 77
    B 2 100 102 2
    C 300 23 323 93
    TOTAL 521 189 710 73


  • 2.  RE: Email node - adding new data to email body every time a graph is run

    Employee
    Posted 07-10-2015 06:33

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ryeh

    You can include data in the message body, but the tricky thing is that there is an e-mail sent per record. For the example you gave above, you'll need to concatenate the records (and fields) into one record. See the attached graph. It might be helpful to add delimiters (commas, |'s, or tabs) between fields as well.
    Attachments:
    sendMsg.brg