Hello,
I've seen that this was allready a problem but the answers aren't usefull for me.
After someone has done a submition the only thing I wan't to have is that an email message is send to a specific email address or to a team. So I want inform the team: Firstname, lastname,... submitted the form XY. If there are radio buttons I also want to include the option he choosed.
Is there any easy to use option like they have in ClickDimensions.
Regards
Tobias
Hi Tobias,
Do you mean you would like to make an overview or analytics for all form submissions records?
If so, form submissions data are stored as Insights data which is not directly accessible as other entites in CRM, so we couldn't make dashboard for them directly.
There are 2 solutions, you could take them reference:
1. Use PowerBI to connect to your marketing instance and do analytic for Insights data in OOB way, this is officially supported and recommended way.
https://docs.microsoft.com/en-us/dynamics365/marketing/custom-analytics
2. Add a custom entity to save each submission with workflow, you could read my last response in thread below:
then create dashboard based on custom form submission entity.
Regards,
Clofly
Hi Clofly,
the thing is, that this is not easy to use. Is there any option that we can create a dashboard where the sales team or others can see the trasmitted information in overview? As an easy notification.
We want to use it also for download conversions.
Regards
Tobias
Hi Tobias,
Please let me know whether my anwser could help you and whether you still have any doubt.
Regards,
Clofly
Hi Tobias,
Have you checked my anwser in the thread below?
We could achieve your requirement with Workflow/Flow, and I would like add supplements for your scenario:
At beginning, you can render optionset field to multiple radio buttons in form field configuration.
Workflow:
Just add data you want with dynamic values assist, To field is required to be an existing user record in CRM.
Demo submission:
Email:
Flow:
Due to source form field stored data is guid reference for a marketing form record,
and option set field stored data is integer, these fields could be mapped with CRM workflow,
but we need customization in flow to show formatted value of them.
In step 2, I add a temp variable to store optionset formatted value, let name its "Preference Formatted"
In step 3, I use a Switch control to set Preference Formatted value based on Preference Contact method integer data.
In step 4, check if the new record is from marketing form:
In step 5, I retrieved form name with source form data, now both form name and option set get their formatted value.
Demo submission:
Email:
Please let me know your doubt and whether my anwser could be useful for you.
Regards,
Clofly
André Arnaud de Cal...
292,074
Super User 2025 Season 1
Martin Dráb
230,900
Most Valuable Professional
nmaenpaa
101,156