Matching user's inputs of a forum to an object in my database

Is it possible to make an application through bubble where users answer questions through a form then based upon their answers the application shows them objects that are similar to their answers? Essentially the objects all have attributes that describe them and in the form the user is selecting which of these attributes they like the best. Then at the end I want it to show them the objects that were most similar to their answers. Thanks!

Hi there, @philipjhess17… what you described is doable, and one way you could do it starts with defining the object attributes in an option set. Then, have a field (linked to the option set) on both the object data type and the user data type that stores a list of those attributes. Finally, compare the object lists with a user’s list by using an advanced filter to do a count of the intersect between the lists (you can find examples in the forum), and you’d be good to go.

Hope this helps.

Best…
Mike