I have two sharepoint lists that contain user information. This is a legacy and Im in the process of combining both lists, but I have many apps that are connected and untill I have the opportunity to redo all the various links, I need to ensure that if a user is deleted from one list, that same person is deleted from the second list. There is no common ID between the same user in the two lists, so I cannot use the ID field, but there are unique and cross-referencable name (title) values and unique cross-referencable email values in the tow lists that could be used to delete the user from the second list.
Any help with how to do this using the "When an item is deleted" trigger would be hugely appreciated.
Thanks in advance