Expand my Community achievements bar.

List of forms that a user has submitted

Avatar

Level 1

I have a usecase, where I wanna display all the forms a user has already submitted. I have the user details (like email). I'm relatively new to market. How can I fetch all the forms from market which user has submitted. I tried some suggestions online:

  1. Using "FIlled Out Form" query in activity log API and fetching the leads from there. But for some reason my lead's activity log is not showing this field.
  2. Also, using smart lists with email filter of person and form name set to any, shows the lead itself in the export list. How can I get the forms list from this. Form Ids should work in order for me to fetch form details using that.
    image.png

 

Thanks!!

Topics

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

3 Replies

Avatar

Community Advisor

Hi @GautamGo2 ,

Marketo exposes a REST API which allows for remote execution of many of the system’s capabilities. From creating programs to bulk lead import, there are many options which allow fine-grained control of a Marketo instance. To retrieve a list of all Marketo forms within AEM, you can leverage AEM Forms' Form Data Model and data integrations. First, configure a data source for Marketo, then create a Form Data Model and associate it with that data source. This allows you to access and list the Marketo forms within AEM. 

You can follow below link for more details:

https://experienceleague.adobe.com/en/docs/experience-manager-learn/forms/aem-forms-with-marketo/par...


-Tarun

Avatar

Moderator

@GautamGo2 AEM forms integrated with Marketo Engage, there are out-of-the-box operations available in the AEM Rule Editor's "Invoke Service," such as:

  • Get Lead by ID
  • Get Lead by Filter Type
If you were working within an AEM Adaptive Form, you could potentially use the Get Lead by Filter Type operation (using the user's email as a filter) to retrieve lead data from Marketo.

You can use the following content to connect your adaptive forms to marketo:

Avatar

Moderator

@GautamGo2 is the issue resolved? or are you looking for more information to help resolve the issues.