Updating data requires logout/login to show. Is there a way around this?

I have a form that updates the profile information, name, email, phone etc. Images currently dont work but thats future steves problem.

When I submit the form it updates xano just fine but for it to show in weweb I have to logout and login again. Even a page refresh does nothing.

What can I do to make it so the user doesnt have to logout/In to get their new info to display.

Thank you.

Hi meta,

you can fetch a data again from xano and update you weweb variable. or you can add a page load workflow and fetch a data from API.

Thank you, I will try this when I get back to that section.

fetching data didnt work. i still have to log out and login to update to the new values.

with a page load wouldnt i still need to refresh the page? I dont know how to do a page load set up buut if I have to refresh then thats not going to work.

Any other ideas? :frowning:

I have my workflow as “request - editing user info” (this works and updates xano database). then a time delay to make sure xano has time to get the info, then I have tried a fetch collection and request user info.
Neither work, I still have to logout and in to get the changes to show.

I got it to work.
I had to add a longer time delay, that seemed to fix it. I added a 1,000 ms delay between editing the user info and fetching the collection.
If I just used the xano request to get the info it didnt work. I had to use a collection.
Im not sure why since the data is coming from the same place.
Is that a bug or normal behavior?