Summary
This flow runs each night and looks at new records added in the past 24 hours. It searches Raiser’s Edge NXT by the email, name, and address of the new record. If matches are found for a record, the flow will send an email to the person you designate with a list of potential matches for that record including links to their constituent records in RE NXT.
Required connections
- Outlook (organizations using a different email provider can replace with the Mail connector)
- Raiser’s Edge NXT Constituents
Suggested Skill Level
Beginner
Configuration Needs
Check the following actions:
- Recurrence - Everyday at 10pm: choose your time zone and change the run time if desired.
- Initialize variable – notification email: enter the email address you wish to receive the notifications. If you wish to include more than one email address, separate with a semicolon.
- Initialize variable – EnvID: enter your Environment ID. This is the string of letters, numbers, and characters after “envid=” and before “&” in any URL in your Raiser’s Edge NXT web view.
- Initialize variable – StrictSearch: The flow is currently set up to enable strict search which will exclude results whose names sound like the search text but are spelled differently. If you wish to disable strict search and include all possible matches in your results, you will need to change the value in this variable to a false expression.
- To enter the expression, remove the true expression from the Value field in this action.
- In the Dynamic Content box that appears, click on the Expression tab.
- In the fx field, type false.

- Click OK.
- Your expression will now appear in the action

Troubleshooting Tips
- The first condition in the flow, “Condition – has email”: sometimes the flow removes the dynamic content value for the conditional. If that field is blank, choose the Count of records dynamic content found by the “List constituent email addresses” action.


Flow file to import
PotentialDuplicateNotification_20220525182105.zip (this file is giving 404 error)
PotentialDuplicateNotification_20220811142035.zip (this file added 8-11-22 to replace the one above)