コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Split Activity - Document Types are incompatible

Avatar

Level 4

All - I have a workflow where I query my client DB (to create a target population. 

montezh2001_2-1642717937152.png

 

 

I read in a List created that contains an 'Issue Date (type: Date and Time), and this goes through an Intersection so I can append the Issue Date for all Client ID matches. Then from there, I'm trying to use a Split Activity to append a Segment code. The following is the  filtering condition. All fields are 'Date and Time' 

montezh2001_1-1642717811280.png

However, I get the following error. Any idea why I'm getting this error?

 

montezh2001_0-1642717782332.png

 

1 受け入れられたソリューション

Avatar

正解者
Level 10

Hi @montezh2001 ,

 

Check the table you are referring to in 'Split' activity. Is it temporary table? It should be temporary table because you are targeting data coming from previous branch.

If not, share screenshot of split activity setup.

 

Thanks,

Jyoti

元の投稿で解決策を見る

2 返信

Avatar

正解者
Level 10

Hi @montezh2001 ,

 

Check the table you are referring to in 'Split' activity. Is it temporary table? It should be temporary table because you are targeting data coming from previous branch.

If not, share screenshot of split activity setup.

 

Thanks,

Jyoti

Avatar

Level 4

I had to change my Targeting Dimension from Recipient to Client and it ran perfectly. Thank you.