Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Submission Error

Avatar

Level 4

Hi all, 

 

I am in the process of using the submit button to transfer data to a SharePoint list. I am using the " Submit to REST endpoint " option, I enter my parameter and the URL for POST request but when I try to submit I am getting a error. Is there a way for me to fix this. 

 

Below is a screenshot where I entered my parameter and the URL I would like the data to go to. Did I miss something?

I entered my parameter and the URL I would like the data to go to. Did I miss something?I entered my parameter and the URL I would like the data to go to. Did I miss something?

 

ErrorError

 

Thank You 

7 Replies

Avatar

Employee Advisor

@StrawHatM23 

This is a server-side exception during submission; that's why you see the message “Encountered an internal error while submitting the form” on the browser side.

 

Could you share the detailed error logs to identify the root cause?

Avatar

Level 4

Hi, 

 

How can I get to the detailed error logs?

Avatar

Employee Advisor

@StrawHatM23 

You can get the error logs for the attempt under crx-quickstart\logs\

Avatar

Employee Advisor

@StrawHatM23 My first suggestion:

 

Try to submit data via postman to sharepoint first and once done it will be easy to replicate request via form. 

Avatar

Level 4

How could I submit via postman?

Avatar

Level 4

Okay I thought I tried submitting via POST in my screenshot

Avatar

Employee Advisor

@StrawHatM23  i meant hitting post api of SharePoint via postman.