Hi!
I have a form with a select field not mandatory that have a pointer id to a collection "A" as value. This data will be inserted in another collection "B". When the user sends the form with no value selected in this field, appears the error "{"code":"DBSC231","description":"'_id' is missing for pointer column 'roast_id"}" because the "collname" field is already filled by me in the mapping data.
I suppose that the "collname" field only can be filled when a value is selected but I don't know how could I do this.
Could you help me?
Thanks.