Hello. I'm created demo application and i don't understand how to update user picture in profile menu after updating picture in profile page. Picture updates only after browser refresh.
I suggest you to check this article:
Thanks for reply. This works like expected. But how to update profile menu picture without browser refresh?
You need the browser refresh in order for the new image to be fetched from database. You can use Execute Code action to do that - execute location.reload()
1 Like