I have created SharePoint 2013 Designer Workflow which loops through multiple items and then send email notification to user. Below is the example of how email looks like. Workflow will run on single item but loops through multiple items and then get all related items in one email. Here Scope and Title are 2 columns I the list. Requirement is to show Scope only once instead of repeating for associated items. As items in email are getting through loop, I couldn't able to customize.
Email should be displayed like below:
Projects:
Scope: Team A
Title: List Item 1
Title: List Item 2
Title: List Item 3
Scope: Team B
Title: List Item 6
Title: List Item 7
Title: List Item 8
Currently Email is displaying like below:
Projects:
Scope: Team A
Title: List Item 1
Scope: Team A
Title: List Item 2
Scope: Team A
Title: List Item 3
Scope: Team B
Title: List Item 6
Scope: Team B
Title: List Item 7
Scope: Team B
Title: List Item 8
