I'm finding some bugs in split activty. First one, even when it says exclusion, it is not. I've to recheck it.
But later, it feels like the schema isn't really added. When I come back to the split, if I press Previous, it shows me another shcema (The database one)
And if i execute, it gives an error of missmatching schemas (X schema to '', empty).
Anyone knows why is this happening? Thank you in advance!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
In v7, these issues are usually UI or cache-related, especially after copying activities. You might see warnings like “Document types are incompatible” when reloading.
When using “Use data from the target and additional data” in the General tab, make sure populations don’t overlap unless that’s intentional — overlapping can cause exclusion rules to behave unexpectedly and introduce duplicate records.
If the issue persists, try the following steps:
Reconfigure the Split Activity from scratch
Delete the problematic Split and add a new one from the palette.
In the General tab, explicitly set “Temporary schema” as the targeting dimension (as shown in your screenshot).
Ensure it matches the inbound transition’s schema (e.g., temp:query from a previous Query activity).
Add an Enrichment activity upstream
Place it just before the Split.
Choose “Keep all additional data from the main set” and include the inbound temporary columns you use for filtering.
This helps stabilize the schema and prevent mismatches.
Clear cache and restart the console
Cached metadata can sometimes cause these UI inconsistencies.
Give these steps a try and see if it resolves the issue.
Thanks,
Sushant Trimukhe
Views
Replies
Total Likes
In v7, these issues are usually UI or cache-related, especially after copying activities. You might see warnings like “Document types are incompatible” when reloading.
When using “Use data from the target and additional data” in the General tab, make sure populations don’t overlap unless that’s intentional — overlapping can cause exclusion rules to behave unexpectedly and introduce duplicate records.
If the issue persists, try the following steps:
Reconfigure the Split Activity from scratch
Delete the problematic Split and add a new one from the palette.
In the General tab, explicitly set “Temporary schema” as the targeting dimension (as shown in your screenshot).
Ensure it matches the inbound transition’s schema (e.g., temp:query from a previous Query activity).
Add an Enrichment activity upstream
Place it just before the Split.
Choose “Keep all additional data from the main set” and include the inbound temporary columns you use for filtering.
This helps stabilize the schema and prevent mismatches.
Clear cache and restart the console
Cached metadata can sometimes cause these UI inconsistencies.
Give these steps a try and see if it resolves the issue.
Thanks,
Sushant Trimukhe
Views
Replies
Total Likes