I’m updating a record in Xano, which executes correctly, but the data on the page does not refresh.
On page load, I’m getting the data for a single item. After updating a field in the item, I make that call again, but the field doesn’t update until I switch pages or reload the page.
In the submit, you are making a call to your endpoint. I think that you need to fetch your collection with the action fetch and it will work like you want
I’ve got a similar question-- maybe more basic:
I’m uploading a file to a user’s database at Xano through a “submit” form. I then linked an image on the Weweb page to the URL of the successfully saved record. Unfortunately, the image does not refresh on the WeWeb page when a new image is submitted. How to I get this to refresh?