Hi There,
I am working on a Flow that looks at our daily gifts and if the donor has an assigned Fundraiser, an action is added to their record to call them to thank them for the gift. That part is working fine. Where I am running into trouble is when the record has no assigned fundraiser. In that case I want to still add the action to call and thank, but that will go to a specific staff member to call or triage to thank for the gift.
Here is a screen shot of the overview of the flow where it gets ready to assign. The “Apply to each - For Each Fundraiser” contains the switch statement, it is too large to screen shot, but like I said that part works.

The switch statement is switching on the Fundraiser ID, so it kind of makes sense that if they don't have a fundraiser assigned there is nothing to switch on. I was hoping that would all trickle into the final “Default” switch, but that is not the case.
Does anyone have a good idea on how to catch those who (made a gift of $500+ and) don't have an assigned fundraiser?
FYI, a single switch looks like this:

And the “Default” Switch looks like this: