
Establishing a Many-To-Many relationship for records in a New form
Hello,
I'm building a Canvas application to allow users to have an overarching Goal with a list of Methods and Obstacles associated with it. Any given Method or Obstacle can be associated with many Goals, and each Goal has multiple Methods and Obstacles.
Methods and Obstacles are listed in their own separate tables, and I have set up an N:N relationship with the Goal table, but I am wondering how I can set up a form so that, when a new Goal is being created, a user can select Methods and Obstacles that apply.
I have been following this YouTube video but this appears to only cover editing existing records, and I am looking to associate these on creation. How would I go about that?
Currently I have a Form on the page, set to "New" mode, and a pair of galleries, one for Methods and one for Obstacles.