Hi there! So I’m working with the “Simple Booking System” template and trying to set up a workflow between two tables: “Performers” and “Scheduled Stops” .
Here’s what I’m trying to do!
-
In the form, there’s an option to either select an existing performer or add a new one.
-
When a New Performer is added I want the to first create a new record in the “Performers” table and then once the new performer is created, I want the system to automatically update the “Scheduled stops” table to link to this newly created performer.
Is this possible? If so, how can I set it up? Where I’m getting stuck is step two. I figured out how to create a new record but the linked field does not update.
PLEASE HELP