Nested form with relation

Hello Gliders!

I have two entities Person and Animal.
A animal has a relation with a person (many to one).

I’d like to create a Person and Animal in the same form, but how can I set the column of person in animal, if Person don’t exists yet.

Is that possible?

Thanks.

A form only writes to one sheet. So you’d probably have to have a form button within a form button to create the new person first.