Is it possible to create a conditional decision and then have just those entries replicated and directed to a specific repository folder?
I have a workflow where the conditional decision is working OK, but the replicate entries task is taking ALL entries and not the ones specific to meeting the condition. I do have the replication task embedded into the conditional piece of the flow:
It looks like my condition is working OK. It doesn't appear that there's a way in the Replication task to direct it to just seek the entries that meet the condition:
Here's my entire workflow:
There are 6 entries in the initial folder. Only one should be returned based on the conditional decision and I want a copy of that entry to go to a different ("copy") folder, while the original entry continues onward. When I run this process, all 6 entries go into the "copy" folder, so I end up with 6 entries in the original folder and another 6 in the "copy" folder.