Add 1 item to a group of items

I am trying to build a training registration app, wherein the team leaders can allocate 1 training to multiple team members using only 1 form.

The form would have the basic details of the training, and then there would be a checkbox or a list of team members who will receive the training. The goal is that the form will add it on the trainings table for each team members on the list on the form.

I already have a training table where all the trainings of the employees are listed. All suggestions are open. Thank you.

Could you elaborate?

In which table this form is? Also based on enumlist selection, would you like to add one record each for the selected employees in the enumlist in the Trainings table?

Hi @Suvrutt_Gurjar ,

You got it correct, however when I tried it with an enumlist, it didn’t work as it didn’t looped for each as intended

Thank you.

There are a few tips on the topic in the " Tips and Tricks" section.

Here is one:

FAQ-add-row-per-value-in-EnumList

Please search by “Add rows” in that section.

1 Like

Thanks @Suvrutt_Gurjar , will definitely try this approach in my app. Thank you.

1 Like

You are welcome.

1 Like