
Announcements
Hi all,
i would like to know if there's the possibility to use AI Builder to compare a string with one inside a column in dataverse, retrieving one or more result based on the most similar ones.
Hi,
We don't have fuzy matching capabilities yet.
An alternative option would be to train a Category Classification model on your Dataverse table with tags for existing rows.
When you receive a new string, you would use AI Builder to predict the tags.
Then you can just do a basic search in your table retrieving rows that have matching tags.