I have a SharePoint 2010 list on an external site for contractors to submit their applications. Currently, it uses an Infopath form and sends applications through emails with a XML version of Infopath form as attachment. My coworker then copies and pastes the application fields to a separate SP list on our internal site (SP 2016), where we track progresses. This is a tedious/intensive process. So, we would like to automate the process where we want push new applications (SP list items) to the SP list on the internal site. How do I do that or do you have any alternative recommendations?
Here could be some useful information:
- Custom code is not allowed as IT has locked it down
- Form was created with Infopath
- Workflows are not allowed on the external site
- Both sites are in different site collections
- REST/SOAP services are locked down
- No access to SharePoint Designer
- After we make changes to the internal SP list, we do not need to reflect the changes on our external site
- XML version of the Infopath form is emailed to us (can we make use of the XML file?)
- We are using Windows 7; external site is using SP 2010 and internal site is using SP 2016
Thank you everyone!