I understand that I can search for a Director's name, e.g. John Smith is a Director so searching for his name gives me a Director in the Job Title. But what I want to do is make the Flow able to survive changes in personnel. So if John Smith leaves the organization, and the Flow is searching on his name, then it starts returning a null.
But what I want is to search on a Title, and return the email address of that title. Because if John leaves the organization, another example, Mary Doe will replace him as Director. So after the personnel change, the Flow would start to return Mary's email address instead of a null. That way I protect the Flow from failure everytime there's a staff change.
You're telling me that you can't input a Title into the search parameter, so that's out. It looks like @Expiscornovus has a solution but unfortunately it's unavailable to me. So it's looking like I am going to have to hard-code an individual name into the search 😞 Oh Well...
If you think of a better way, please let me know.
Thanks,
Anne