Is there a way to group the data collected by a Laserfiche process so it can be presented (either in an email or as some kind of electronic doc) collectively vs individually?
I have a Workflow that finds entries in a given folder, retrieves metadata field values from those entries, and has a conditional option to email a coworker with the data found during the metadata retrieval step (see first attachment, first conditional branch). This works great, except that each email contains data from one entry. This means that if there are 30 entries that meet the condition when the workflow runs, my coworker gets 30 separate emails; see second attachment for an example of what these emails look like. Rather than receive individual emails, is there a way I can gather all the data so my coworker gets one email (or there is one document) that contains the data in a consolidated form from the all the applicable entries? See third attachment for an example of what I'd like it to look like.
The data doesn't have to be presented in an email. If I could create a doc and then forward it, that would work as well. I've tried the Custom Query tool and had the data go into an SQL table as it is collected, and that works fine, but I cannot find a way to pull the data back out of that table via a Workflow so I can automate how my coworker receives it. Final attachment is what my SQL table looks like.
I am not a programmer, so while I would be willing to try something new, I'd need a little direction if there is any "scripting" involved.
Thank you!!