Thinking about creating a workflow that would look for all files matching in a field. and merge all the files into the first. Ordering is also important.
Ex: Field DocType: Family
Field Order: 1
Each document with DocType Family would have an order number based on how the merge files should grab it.
I was trying to think of a way once the workflow grabs all files from the repository with Field DocType = Family, returns the count found. And run a repeat based on the Order field and files found values.
To clarify it would grab 1, grab 2 and merge files into 1, grab 3 merge files into 1, grab 4 marge files into 1...
until it broke the loop at the amount of files found from DocType field.
Any thoughts on how this may be possible?