Hi there!
I have an existing application with a database, and I’m currently exploring a migration to Bubble. I’m trying to calculate fields on upload, not a result as a workflow.
The app is similar to a social network, with recognitions (posts) and reactions (likes) each as seperate data types. Each reaction is a seperate thing, and has a Recognition ID associated with it.
My immediate use case is that I want to sort the recognitions by most liked, so would like to have the count of the likes as a field, but can’t figure out how!
Many thanks in advance…