Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!

Form Submission using Document Based Authoring

Avatar

Level 1
  • I have created form using Document based approach that is using Google docs and Excel sheet 
  • Added specific rules to some fields and some conditions also working fine
  • Linked with Adobe Sync app and previewed and published 
  • Now while submitting its showing error and submit option not working as expected 
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

4 Replies

Avatar

Community Advisor

Hi, 

You are missing credentials to store the information submitted. Where are you submitting the data to? Is it the spreadsheet? If so, you'll need the proper credentials to store the data there. Please refer to this the following reference to generate an access token and use it with your request: https://stackoverflow.com/questions/37315266/google-sheets-api-v4-receives-http-401-responses-for-pu... 

 

Hope this helps



Esteban Bustamante

Avatar

Level 1

Hi  EstebanBustamante,

I just followed the same step as mentioned in stackoverflow for creating auth token.Could you mention the path where we need to add Auth token

 

Thank you

Avatar

Community Advisor

You need to add the "Authorization" header and the value is the token you generated, you can check more here: https://stackoverflow.com/questions/38857531/how-to-make-post-requests-to-google-spreadsheets-using-...

 

Hope this helps



Esteban Bustamante

Avatar

Level 1

HI ,
How to identify form id in document based authoring for form submission using postman
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/bu...

Thank you