* Describe the bug
I configured the “Create Record” settings on the Workflow screen, but when I navigated to another screen and came back, the settings had changed.
* Environment
- NocoBase version:2.0.44 , 2.0.46
- Database type and version: Postgres 16
- OS:Linux
- Deployment Methods:create-nocobase-app
- Docker image version:
- NodeJS version:
* How To Reproduce
-
create Main-Table
fields: f_order_name, f_order_date, f_ship_date, … -
create Main-Table-History Table
-
fields: f_order_name, f_order_date, f_ship_date, …
-
Create WorkFlow (Collection Event)
-
Node1: Collection: MainTable
Trigger on:after record added or updated
Changed:fields : order_name, order_date, ship_date -
Node2: Create record
Collection: Main Table History
Field Values:
Order Name: Trigger valiables / Trigger data/ Order Name.
…
[Submit] -
Goto Another Screen
-
Return to This Setting Screen. (Automatically the changes were gone.)
Field Values:
Order Name: Trigger valiables / Trigger data/ Order Date.
Expected behavior
the settings don’t change**
Screenshots
Goto Another Screen . And Return This Setting Screen.
Order_name —> Order Date. change setting automatically.

