Am I doing something wrong? I don’t have any record pre-filters and I can search the and select a related record. But when I try and save the form, I get the error in the screnshot below.
JSON error from chrome devtools:
"error": {
"message": "1 issue(s) found",
"details": [
{
"kind": "internal",
"message": "record not found",
"meta": {
"field": "Hello1Ref",
"id": "parent:0"
}
}
]
}
}
Additional Context
Both tables are “physical”, i.e. the Collection or database table name
field in the module has been set to an explicit value.