Skip to main content
Nintex Community Menu Bar
Question

UI-Field in tab not updating

  • July 11, 2024
  • 1 reply
  • 4 views

Forum|alt.badge.img+6

I have a formula UI-Field in a tab.  When the underlying model is saved and refreshed the value is not updating.  However, the value will update if the UI-Field is in a skuid table.  I can force it to update if I rerender the entire tabset component but this is a bad user experience. 

Is there a way I can just rerender that tab to get the UI-field to update?


This topic has been closed for replies.

1 reply

Forum|alt.badge.img+17
  • Nintex Employee
  • July 11, 2024

Tabs are one of those components that are not bound to model data and as such are not listening for changes in the model.  You have to re-render the tabset to get the updated data values. 

Sorry…