I’ve connected my Algolia datasource and added a collection. For other data sources, like Airtable, there are built-in workflows to update records. Is there a built-in way to update records from Weweb to Algolia?
For example, my Algolia object has a field called number_of_favorites
and when a user adds this object as a “favorite” I’ll need to add 1 to the number_of_favorites
value. Then I can use this number_of_favorites
field to sort search results, etc.