IDN Workflow to send notification when the accounts are due to expire

Hello @ssel ,

Here you can find the workflow that I fixed for you :

NotifyManagerofNonEmployeeEndDate20250814.json (4.8 KB)

1/ First of all, in your Get Identity Action, the idwas missing inside the Identity choose variable :

I fixed it !

2/ I also changed the Get List of Identities method to be more easy to manage it instead of using Saved Search :

This Search Query means all identities whose attributes.endDate is between now TO now + 15 days.

3/ If you want to return identities exaclty 7 days from the day, you can change the Query toattributes.endDate:[now+7d/d TO now+7d/d] but you should also delete your define variable and all others comparators.

I hope my post will help you :grinning_face: