Origam Version: 2026.02 (and older)
I was trying to create Car entity with int Id and add relationship to CarWheel via refCarldInt.
I created Screen with Screen sections where I can see Car with related table Car Wheel.
I inserted test data to DB and also added default value.
I was expecting to see record for CarWheel coresponding to Car.
Instead I’ve got records for Car but no records for CarWheel.
Workaround is to use something like IdString and convert Id to string and use that in the relationship.
Repro is included which ilustrates the issue. The relationship can be switched between int and string.
