Resolved! Is g_form.save() async?
I made UI Page that called by UI Action. Inside of UI Page, some values changed by g_form.setValue. and below the script, It called Scripted Include that using changed value. there was code. ...g_form.setValue('u_report_state', 1);g_form.save(); met...