Hi,
On submitting a form, a validation is done on a field and error is thrown. After this, the status changes to ‘Not saved’ and the ‘‘Submit’’ button changes to ‘Save’.I want it to refresh and display the same status it was, before Submitting.
All refreshes are done in js in other modules, looking for a method to do it in py!
If I use the ‘try except’ block, how would I refresh/reload in the ‘‘except’’ block?
TIA