Trying to do a basic automation where I run a find record search but do not want a failure notice if the record isn't found, and I'm not sure how to accomplish that.
I'm trying to match email domains from an email received to a contact list. Since emails received won't always have a matching contact, I don't consider a non-result a failure, but I'm just not sure how to avoid a failure notice in the event there isn't a match.
I'm also doing the find record based on two conditions: Search for a match of domain names, and searching for any projects marked with a specific status. This whittles the find record search down to just one record in our use case.
Anyone have any insight into how to avoid the automation failure notice if find records doesn't find a record?