I’ve created a Change Management System in our SharePoint Online environment that involves InfoPath forms, SharePoint Designer workflows, and three separate SharePoint lists. My question is when a user goes to create a change management request and loads the first form I’ve added a Start Date and End Date field for them to select. When I added the Date/Time column to the list it only let me select a single date and so I had to create two columns.
What I’d like to know how to do is after the user fills out the form and selects a start and end date, how can I get that date info to transfer over to the SharePoint calendar on our team site?
Is there something I need to add to the workflow of that first list in order to accomplish that?
Any help would be greatly appreciated.
Here’s a screenshot of what the first form looks like when a user creates a request.
What if you should try add in your workflow like “If Start Date” is blank” then that’s your email without start date/end date. Else Start Date is not empty put it in the calendar, or the other way around. You will always have a date/time like this 1/10/10001 1:00am if it is empty.
