Hey guys,
I am trying to build an app that hits the Twitter API, gets back some tweets, and then sorts them by Favorites. I suspect I have gone about this all wrong. Here is the structure.
Zapier zap >>> triggers Bubble API endpoint >>> triggers workflow that “grabs tweets” using Blockspring.
The problem is that I need the Favorite Count and RT count to be updated relatively frequently. In order to figure this out, I have created a button that does this action:
When I hit the button, my Repeating Group’s list of tweets Fav Count’s is updated! So the button seemingly works. Yet, when I go into the backend, the data for the tweet’s fav count’s remains unchanged! It’s like this button is only modifying information on the front end. I am not sure if I misunderstand the structure of Bubble or if I have gone about this so thoroughly wrong.
Would really appreciate anyone’s help and insight on the matter. Thanks.