Add fundraiser to a List of donors !
Hi all,
I do have a list of donors and I wanna add the fundraiser.
Some of them have a fundraiser assigned others no. I'm using a condition to filter that, it is empty(item()?['fundraiser_id']) , but I receive an error

I'm receiving false as output of the condition :


Any help really appreciated.
Comments
-
@Alejandro Joven
What is your “Filter array” doing?your expression empty(item()?['fundraiser_id']) is looking at the item in your Apply to each loop, which is a constituent record and looking for a property fundraiser_id inside the constituent record, which doesn't exists, therefore empty() of this property is always going to be TRUE and TRUE = FALSE will also go down the FALSE path of the condition.
List constituent fundraisers action returns a “count” property, which you can use instead in your condition to see if there is any fundraiser or not.
1 -
Thanks Alex !! That worked !!!
We have three different types of Fundraisers, therefore I'm searching specifically for one of those.
1 -
@Alejandro Joven
Then you don't use the “count” property of the list constituent fundraiser action. Your filter will filter the arrray of fundraiser where type=the type you want, so your condition is just going to be using the length() expression to get if length of the filter array action is = 0 or not1 -
@Alex Wong
Thank you Alex !!! Way better !0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 401 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 34 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) 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
- 791 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)

