I have two tables with a one to many relationship, an owners table and a pets table which are connected via the Owner ID. The owner can have many pets. I am trying to add an action under the owner summary view for the user to be able to add a new pet that belongs to the owner but I am struggling with how to connect the two records. I have created a related action under owner that points to the add / update pet but I am struggling to connect the owner ID to the pet being added, any help would be greatly appreciated!
Discussion posts and replies are publicly visible
Pass in the Owner ID to your Record Action Start Form. Then you can use it to populate the ownerId attribute of the pets you want to create.