I have a collection (collection A) that have a relation with a another collection (Collection B). using a collectionLink field type.
When i uses API to add entries to Collection A, If i send a value for “_id” for “Collection B” , it will be posted even it is a wrong id ( non existing Id on collection B)
Is there any way to throw error or at least to prevent adding a wrong id on CollectionLink ?