Split Activity - Document Types are incompatible | Community
Skip to main content
Level 4
January 20, 2022
Solved

Split Activity - Document Types are incompatible

  • January 20, 2022
  • 1 reply
  • 2622 views

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

 

 

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' 

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

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jyoti_Yadav

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

1 reply

Jyoti_Yadav
Jyoti_YadavAccepted solution
Level 8
January 21, 2022

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

Level 4
January 28, 2022

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