Reputation: 360
I have been successful in concatenating all emails from a repeatingSection in Cognito Forms but I want to filter which items are included based on another field in the repeatingSection.
NotificationList.Select(Email) - this work great. But I want to only include items where item.status = toplevelfield.status as an example.
Upvotes: -1
Views: 135
Reputation: 360
I was able to accomplish this using a work around as follows:
Upvotes: 0