Power Automate- Limit on Linked Gift type
My goal is to pull a list of daily gifts but I want to exclude any that are planned gift realizations. We link those to the actual Planned Gift.
I have a flow that pulls in daily gifts from List Gifts. I pull in Get a Gift and then pull in Linked Gifts which creates an Apply to each. If the linked gift type = Planned Gift I want to remove them from Get a Gift. I've tried appending the gift type to a string variable then doing a Control of the variable does not equal Planned Gift but some people have 2 Linked gifts so my variable has PlannedGiftPlannedGift because it's in a loop. I tried doing contains/does not contain, still doesn't work.
Any ideas?


Thanks,
Carol
Comments
-
@Carol Grant
Rather than using a string variable, you can just use a boolean variable (maybe named “Related to Planned Gift”, initialized to false. Inside your apply to each linked gift, set the variable with expression checking if it is planned gift: equals(dynamic_content_of_gift_type, ‘PlannedGift’). You can avoid the need to “condition” then set var when true.Make sure to reset the variable to false after each gift
0 -
sorry 1 thing to note, if the gift potentially can be linked to planned gift and gift that's not planned gift (i.e. pledge). then what I said would have a flaw. I'm not sure if it is possible for a gift to be linked to planned gift and pledge at the same time. If so, you will need to use the condition instead of just expression
condition:
“related to planned gift” is true
OR
linked_gift_gift_type is PlannedGiftif yes, set to variable to true.
0 -
@Alex Wong
Thanks Alex- I'll give it a try!0 -
@Carol Grant - Do you want to workshop this tomorrow at User Group? Do you have other topics/ projects you want to share?
0 -
@Heather McLean- Sorry, I don't have anything to share this month.
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 402 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
- 940 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) 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
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)


