I am creating a leave form where the user can request paid time off and goes through an approval process. If the date or dates are approved, the employee's name, date, # of hours, and type of leave is to be populated in a SharePoint calendar so anyone in the organization can see who is out of the office. This works perfectly if there is only one day selected. However, if multiple days are entered, all entries are repeated on the first day requested.
The dates being requested are populated in a collection of fields where the user can enter more rows as needed.
The Workflow then should create a list item for each date value returned.
In SharePoint, the entry is created, but from the form above, instead of showing the dates of the 19th and 20th, the 19th is repeated twice on the first day.
Any help would be greatly appreciated!