New Bug Encountered: related table ref field not writing

Hi all I have a Orders table with a related Order details. I set the order details OrderID_ref as a ref field which is related to the OrderID of the order parent table. I set the order details to “As a part of” so I can add details while creating a order. The app has been working fine for quite some time now but for some reason now after saving the order the the OrderID_ref saves as a blank in the spreadsheet and then the order is empty.

Solved Solved
0 2 248
1 ACCEPTED SOLUTION

@Heino_Matthee
Have you ensured that your ref column’s Editable property is not unintentionally turned off?

View solution in original post

2 REPLIES 2

@Heino_Matthee
Have you ensured that your ref column’s Editable property is not unintentionally turned off?

Hi @LeventK I do have an editableIF expression for that field but why should it stop it from Adding a new row? When I removed it it worked again but i’m still confused why the editable property makes it add a row with a empty value in the column?

Top Labels in this Space