Hi all,
I am trying to submit an adaptive form via REST endpoint to a SharePoint list. I have added the SharePoint URL for the "URL for POST request" and when I try submitting my data, I am getting this error.
[AF] [AEM-AF-901-004]: Encountered an internal error while submitting the form.
Can anyone tell me what this means and how I can resolve this?
Solved! Go to Solution.
Views
Replies
Total Likes
This is not an out of the box capability ( to submit to share point)
Are you able to test the endpoint successfully using postman?
Which version of AEM forms?
only AEM Forms Cloud Service has the support to submit to share point
AEM Forms for AEM 6.5 service pack 12 I don't think we are using the cloud service
This is not an out of the box capability ( to submit to share point)
Are you able to test the endpoint successfully using postman?
AEM-AF-901-004 is the generic server-side exception code during submission, hence you see the error message (ie) “Encountered an internal error while submitting the form” in the client. To narrow down the issue, please share the error log msg for the attempt.
If you have enabled the POST request, you need to allow incoming POST requests in the Apache Sling Referrer Filter configuration and the Adobe Granite CSRF Filter OSGI configuration.