AEM Forms as Cloud Service - Storing user submitted data in CRX Repo | Community
Skip to main content
New Participant
November 17, 2022
Solved

AEM Forms as Cloud Service - Storing user submitted data in CRX Repo

  • November 17, 2022
  • 2 replies
  • 924 views

In AEM Forms as a Cloud Service, is it possible to store user submitted data in the CRX Repo itself without any external data storage?

Any help in topic is much appreciated. Thanks. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mayank_Gandhi

@naan_raja Saving data of the user in CRX is not the very best practice, you should use FDM to persist data to some external storage

2 replies

Pulkit_Jain_
Employee
November 18, 2022

@naan_raja 

You can store the data in external storage using FDM.

Multiple options exist with Forms as a cloud service: RESTful, SOAP-based web services, OData services (Version 4.0), and Microsoft Azure Blob Storage.

Two new options are available: Microsoft Dynamics 365 and SalesForce

More information here - https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/forms/integrate/work-with-form-data-model.html?lang=en 

For details steps on how to create data sources, refer to this help doc - https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/forms/integrate/use-form-data-model/configure-data-sources.html?lang=en 

 

Hope this helps!