Updated Field-value on Row Not Displaying Properly After updateRow()

Hi David -

I’ve had this problem before.  The reason it’s one step behind is because the field that you are updating is marked as ‘readonly’ (e.g. it might be a formula field in SFDC).  Due to do the way Skuid processes data, it won’t automatically update the UI when changes occur to readonly fields - this is intentional for performance reasons as readonly fields shouldn’t be changing.

Check out the following for more information and specifically look for the function makeFieldsEditable in the 1st link:

https://community.skuid.com/t/update-a-formula-field-if-lookup-value-changes-on-table-…

https://community.skuid.com/t/read-only-field-not-rendering-properly-after-update


With all that said, now that we have UI Only fields, you might be able to avoid this metadata manipulation and move your data to UI Only fields to achieve the same result.