Hi @JuanPablo,
Did you manage to find a workaround for this? I don't think there is a method to refresh metadata, however you could:
- Save this in local storage rather than user_attributes, so that it is immediately available and it persists across sessions, OR
- Set up a variable that it is used for in-session updates and set up your logic so that if it is null it uses the user_attribute value.
Hope this helps!