I create 2 tables with reference between them. But when I save the data, key column does not stored in table

Here are my 2 tables. The Ref Key is PL_ID. REF_ROWS(“PL_Detail”, “PL_ID”)

When I insert the data in PL_Detail and save. The detail can be seen on the screen.

But after a few seconds, it just disappeared.

so I check the data in Google SpreadSheet

3X_a_c_acfd9eda857a916c6dcb6da341dfbcee8fda5be8.png

The reason is the Ref Key has not been saved.

Here is the setting of Ref:

Anyone know why?

Solved Solved
0 2 201
1 ACCEPTED SOLUTION

What is going to happen if you change the PL_Detail filed to EDITABLE. Currently set as Not editable, which could be a reason.

View solution in original post

2 REPLIES 2

What is going to happen if you change the PL_Detail filed to EDITABLE. Currently set as Not editable, which could be a reason.

Thank you very much. Change to “editable” solve the problem.

Top Labels in this Space