Email Formatting Help Needed - Using new Event Participant API end points
? Good afternoon,
As we approach Homecoming event season, I'm working on a flow to display participant fee information in a user-friendly format within an email. Currently, the information appears as a single string of text. I'd like to break it down into separate lines, ideally associating the fee name with each participant.
Here's an example of what I'm dealing with:
- Kim Willing registered for 1 Parent, 1 Student, and 2 Friends, which currently outputs as "Alvernia ParentAlvernia StudentAlvernia Friend" with a count of "112". I'd like it to display one fee type per line.

Could anyone provide guidance on how to achieve this formatting in my email output?
Here is a snapshot of the part of the flow that is adding the information to the array.

Thank you in advance for your assistance! I am beyond grateful for you all!
Hallie
Comments
-
@Hallie Guiseppe
create string variableinside your apply to each 2 (which looks liek it is looping fees array), you will append to the string variable above with @{fee name} x@{fee quantity} $@{amount}<br>
the replace() that was spoken about in Tuesday's User Group can be used which will replace < and > with < and > thereby making the code of <br> correctly used. <br> is just a simple html tag to go to next line. (think of it as “line break”)
2
Categories
- All Categories
- 6 Blackbaud Community Help
- 209 bbcon®
- 1.4K Blackbaud Altru®
- 395 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 359 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 646 Blackbaud Grantmaking™
- 564 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 934 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.4K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 243 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 238 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 28 PowerUp Challenges
- 3 (Open) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 779 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
