Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have two lists - Master, Child. Master has account number. Child has lookup for account number and then items - each account number will have multiple items.

I am attempting to create workflow for Master list that sends an email with the body that includes all the child items for the account number. How do I do this? Array?

MASTER List Columns

  1. ACCOUNTNUMBER

  2. ACCOUNTNAME

  3. EMAIL

CHILD List Columns

  1. Title

  2. ACCOUNTNUMBER (Lookup to MASTER)

  3. ITEM

  4. AMOUNT

Email would look like this:

To: Current Item:EMAIL

Subject: Current Item: ACCOUNTNAME

Body: "Here are the items included:

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.