Hi,
New to Dynamics 365 workflows.
We have customer journey with an option to ask if the customer is interested or not interested in certain services we provide.
Is there anyway by adding a trigger of some sort that tells us when the customer changes their preference???
Hi Chris,
You can find all mapped fields in Marketing templates > Form fields.
Please read the following article to learn about what form field is.
https://docs.microsoft.com/en-us/dynamics365/marketing/marketing-fields
Regards,
Clofly
Hi Clofly,
Thanks for your reply and sorry it's taken me a few days to respond. As I said I'm new to Dynamics and taking over from someone else who built the environments.
I believe that this option is mapped. Where would I find the table to apply this option?
Hi Chris,
If the option is a form field and mapped to a field of Contact entity, you can trigger the workflow on update of Contact entity and on change of that field.
However, currently workflow couldn't capture update event from submission of subscription center form, in other word, it will monitor update operation of all contact records.
Therefore, you could refer to another approach: collect submissions with customization.
1. Create a custom entity to save submissions from subscription center, it may has following fields:
Submitted contact(Lookup)
Submitted Value(Multiple Lines of Text)
2. Create a HTTP Request Trigger in Power Automate to collection submitted data, then creating custom entity record with the data.
In the flow, use first name and last name to query match contact, then set Submitted contact field to the contact.
3. Call the trigger at submit event of form, capture value of fields with javascript.
Finally, each submission will be logged, and you can produce a report base on those records.
(Marketing form has an option to store form submissions, however, it only works for landing page form.)
Regards,
Clofly
André Arnaud de Cal...
291,979
Super User 2025 Season 1
Martin Dráb
230,848
Most Valuable Professional
nmaenpaa
101,156