この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Let me explain:
We have a Loyalty table that holds up to 10 friends/family members' names and birthdays.
I want to be able to send an email that looks at all those records and pulls out the family member and birthday that meets my criteria (i.e. birthday is in 14 days) as well as enrich the email with that guests' personalised information (i.e. name or age).
i.e. I have the Query I want, which will find anyone's birthday 14 days from now:
but how do I find out which of the 10 meets that criteria so it can be enriched by a delivery?
Thanks
Kevin
解決済! 解決策の投稿を見る。
It will be good to create 10 such query activities in your workflow, one each for
and so on.
Check the corresponding birthday against the 14 days criteria.
Connect the outgoing transition of all such query activities using a Union.
The only concern I see with this logic is, if two members of the same family have birthday on the same day, this will send an email to only one of them.
Regards,
Vipul
Very good question and increasingly becoming more popular (parent-children, owner-pets, etc.) This is similar in many ways to householding with message personalized using the people of the household.
Is this question related to Campaign Standard or Classic?
Thanks.
This is specific to Adobe Campaign Classic based on the screenshots provided. Campaign Standard does not have this interface.
Thanks,
John
Sorry for late reply. Yes it's for Campaign Classic.
表示
返信
いいね!の合計
If anyone has any suggestions as to how if can be done (if at all possible) do let me know ![]()
表示
返信
いいね!の合計
It will be good to create 10 such query activities in your workflow, one each for
and so on.
Check the corresponding birthday against the 14 days criteria.
Connect the outgoing transition of all such query activities using a Union.
The only concern I see with this logic is, if two members of the same family have birthday on the same day, this will send an email to only one of them.
Regards,
Vipul