My issue is described in the title. I have a combo box where multiple locations can be selected. Depending on how many combo box options are selected, a record is added to SharePoint for each one. Each record has only the location changed, all other record values staying the same.
For example, America, Ireland and Australia are selected.
This is what is added to the SharePoint list:
System | Location | Business Area
XP | America | Instruments
XP | Ireland | Instruments
XP | Australia | Instruments
Is this possible upon submitting a single form and adding each record based on how many locations are selected in the combo box? It is beyond my capability and would love some direction if possible.
Thanks!