Document grouping within workflow

Hi there

I have multiple documents that need to be arranged into sets based on Project_Owner.

How can I do this within workflow prior to creating the output? I need to do this as my intelligent barcode has to be able to recognise that, for instance, the first document is actually made up of 3 documents, the second 1 document etc etc

The intelligent barcode is an output preset in case that makes any difference.

Cheers

Hi marrd,

I suggest you work with metadatas of the Workflow. You can first use “create metadata”, then use “Metadata Level Creation” in order to specify the Project_Owner. Then you can sort it based on Project_Owner and create the right output.

Regards

Hi Yann

Thank you for your response. I’m having trouble getting this to work correctly. Would I base the level creation on Document or Group? Would I specify the delimiter “begins” when the Project_Owner “value changed”? Would I place the level creation after “create print content”?

I appreciate your help as I’m new at this.

Cheers

Hi marrd

as you prefer, you can base the level creation on document or group. When sorting, you would just need to specify if this is on document or group level.

Yes, the delimiter can begins when Project_Owner change.

Regards

Hi Yann

Is it possible to pass the values of the following workflow metadata fields back into an output preset?

___Group index in Job

Number of pages in Group___

I need that metadata information to create an inserter barcode

Cheers

Hi

sure you can use jobinfos in the workflow.

Then in the Design, you can use them within a script by calling “automation.jobInfos[“xxx”]”

Regards