Hi,
I am building a app, where upon submitting edit form , display form is resetting to new data record instead of displaying the selected data from the data table.
As seen below, upon clicking submit form it should update the status and show me the updated status in display form but it is resetting to new record. Tried adding refresh button but it did not work. It would be great help if any one can advise how i can display the updated details in display form instead of new record from datasource uponsubmission.
display form Item = DataTable1.Selected
submit button on select : SubmitForm(Form4);UpdateContext({status:false}) --> upon submission edit form will disappeared using update context

Regards,
Sharma