I have a workflow built that involves searching our main database in Smartsheets and then either updating a row or creating a new row if the match is not found.
The search step is using a concatenation of First and Last Name. The majority of the time this is working as intended. However sometimes, the Smartsheet will not find the row with the exact match, but will return a partial match instead.
I have created a filter so that it does not overwrite the partial match row, but it is creating a new row in the database when it should be finding the exact match.
Appreciate any help!