I have an IP form which is using qRules SubmitToSharePointList to copy a repeating table into a SharePoint list when the user saves or submits the form. This works properly with several test user accounts I have, one a site collection admin, the others just domain users that have been give full control to everything the form relies on. During testing with business users, I have at least two situations where the SubmitToSharePointList doesn't work, i.e. no list entries are created when they save or submit the form. The users in question are domain users that have also been given full control to the form site.
More about the form:
- Secondary data connections have been converted to .udcx files in a data connection library that the users have full control on
- The form site is part of the user's Local Intranet zone in IE
- It is being published as an administrator approved form through Central Admin
- The form site is part of a portal site that runs on a farm with 3 WFEs and an App Server, all published through ISA, which is doing load balancing.
This feels like a permissions related issue, but I'm running out of ideas to troubleshoot this.
Help? Ideas?