Creating multiple new rows in another table

I have the following:

  • Table โ€œCourseโ€ Key: [CourseID], other columns including: [Applicability] (Task A or B or both)
  • Table โ€œStaffโ€ Key: StaffID [Profession] , other columns including: [Assignement] (Task A or B or both)
  • Table โ€œEntryโ€ Key: EntryID, other columns including: [StaffREF] and [CourseREF] - both referencing the other tables.

I want:

Have an action/workflow for the โ€œStaffโ€ table to be able to create records in the โ€œEntryโ€ table for this specific [StaffID], one record per [CourseID] where Staff[Assignment] is contains in Course[Applicability].

Basically, when a new staff is added, I want to populate โ€œno details entriesโ€ for this individual for all applicable โ€œCourseโ€ automatically, then go through the list of โ€œno details entriesโ€ manually to fill the details.

I know thereโ€™s an action called โ€œData: add a new row to another table using values from this rowโ€ but this only creates one record in the destination table. I would need to repeat this action for each Course[CourseID] applicable.

Any tips?

0 2 151
2 REPLIES 2

Steve
Platinum 4
Platinum 4

HBT
Silver 4
Silver 4

Search the form, the sample applications of Steve and Matt are in the form. you can do whatever you want.

Top Labels in this Space