Hello Community,
I am trying to build one functionality.
Flow is
Contact added into segment --> Customer Journey Runs --> Sends Email --> Once Email Delivered --> Create Order for Contact with Order Product Lines.
Customer Journey have lookup of Product which is having Product Value already.
But Problem is --> How to get that Product value in Workflow to create Order Products lines...
Any idea ? or Work around ?
Please help.
Thanks in advance.
Milansinh Raj
Hi Milansinh,
You need to add custom tile: when a contact goes through the tile, a record of the Custom Channel Activity (msdyncrm_customerjourneycustomchannelactivity) entity will be automatically created.
The entity contains a lookup field "Customer journey" to log the customer journey which originated the call.
Therefore, you can fire your workflow on creation of Custom Channel Activity, then get product of customer journey via Related Entities > Customer journey.
The following example shows how does the custom event channel work:
A corresponding custom channel activity record will be generated for each contact, and the customer journey will also be logged.
Here are some articles describing custom channels for your reference:
Regards,
Clofly
André Arnaud de Cal...
292,031
Super User 2025 Season 1
Martin Dráb
230,868
Most Valuable Professional
nmaenpaa
101,156