List of forms that a user has submitted
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:
- 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.
- 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.

Thanks!!