Expand my Community achievements bar.

SOLVED

ACC V7 - Workflow Variables in Typology rules

Avatar

Level 5

Hi all,

I'm trying to execute a typology rule based on the variable passed from the workflow. The below is not the exact scenario, but one of the way I'm trying to achieve. Let me know if there are any such usecases you experienced.

 

somasundaram_h_1-1731474757854.png

 

 

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @somasundaram_h , 

If it is not working as expected, try the following steps:

  1. Create a custom field in the delivery schema: campaignUniqueId.
  2. In your delivery activity, set this variable in the script part before executing. For example: delivery.campaignUniqueId = vars.campaignUniqueId.
  3. In your typology, try to read from the delivery. I believe this might work.

Kind regards,
Parvesh

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hello @somasundaram_h , 

If it is not working as expected, try the following steps:

  1. Create a custom field in the delivery schema: campaignUniqueId.
  2. In your delivery activity, set this variable in the script part before executing. For example: delivery.campaignUniqueId = vars.campaignUniqueId.
  3. In your typology, try to read from the delivery. I believe this might work.

Kind regards,
Parvesh