I have a set of records that are connected for our market garden.
One is a "Bed history" table that keeps track of all events that happen in a garden bed. One of these events is "transplanting."
"Transplanting" is linked to another set of records called "Nursery" - which is a record of the crop, date and how much was sown into the nursery.
When the Nursery ID crops are transplanted, the user will submit a form through the Bed Records table, which will record which garden bed Nursery ID was transplanted into.
It should also update the Nursery ID record in the Nursery table to have the transplant date and change it's status from "In nursery" to "transplanted". This is where I am coming unstuck. I have tried creating an automation to do this on the "Transplant" for submit, but am having no luck. Where am I going wrong?
Nursery ID is the record from the Nursery and is selected when the user submits the transplant form.