Global Action Create new rows doesnot referesh the page on save on skuid v2

We have created a skuid page to perform some of the global actions and ‘Create new rows’ is one of them. It is found that the Global Action to create new rows saves and creates records in the back end but it does not load newly created record on the page unless the page is refreshed manually.

This page used to work nicely earlier before upgrading to Spark(12.2.14). But once after skuid upgrade on org the page seems to be having minor issues such as.

i) The page doesnot refresh unless it is manually refreshed after creating new row or sometimes the record shows with the same Account Name as the previously created record.
ii) The skuid page stops functioning after few clicks. None of the buttons or functions work after that.

To replicate the issue I have created a simple skuid page to create new Account records on Global Action ‘Create new row’, here is the xml:

<skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“false” showheader=“false”>















<skuid__table model=“Account” uniqueid=“sk-2eEQ-28420” mode=“read”>














</skuid__table>










</skuid__page>