When I click on the record in thr pop-up another pop up opens that contains for info on that record. On that pop up, I have a button to open the EDIT pop-up. Once I edit data and hit save, I would like data on the first pop up to be updated.
I tried using Display group action, but it’s not working. Any tips how to make it work?
Data source for RG is Google Sheets API and quantity field is from that API.
Once user hits Save, there is an action to update the source via API, which works.
Ah ok… I thought it was coming from your database…
I believe Bubble caches data from an API data call on the page as a data source, so it won’t update in real time like data in the database would, even if the data changes.
thanks, so created an Display repeating group action when clicking save and it worked. The main RG is updating. But now, the above filters are not working.