Is there a way within InfoPath to have it create multiple SharePoint list items from a single form?
By default, if I create a form from a list, and then put a submit button on that form and tell it to submit via the main data connection... it will create a new item the first time you hit that submit button. Any subsequent submits will basically update or save information in that list item which was initially created.
Most of the time this is exactly what I need it to do.
But, I've now hit a situation where I'd like to open the form, have the user make some choices from x different fields, and then on submit, write x different list entries. Each entry will have a lot of common data between them, but one or two fields will get changed per each submit.
I don't see a way to say "don't just update the first list item you created, make another new list item"
How would one trigger this sort of thing from within InfoPath?