Hi Sumeet,
Look at the set method of that attribute.
you may see code like:
current ?= entity->get_related_entites( dependent object ).
if current is not bound.
return.
endif.
Here change the logic to
if current is not bound.
current ?= entiy->create_related_entity( dependent object ).
endif.
Thanks,
Tejaswini P