I have read several different articles, but have yet to find a solid answer to my question.
I know how to do a search and export list contents and I love this functionality. What I want to do is basically that, except on a regular basis, automatically, to certain people. I don't want to ask users to go into Laserfiche and perform a search and get the data that way. I want to be able to schedule a workflow to run the query and email out the report.
I know how to do most of that. Where I'm stuck is after I run the query, how do I go from there to emailing a report? I would ideally like the report in Excel/CSV. How do I write those results to CSV? Do I write the results to a database? Then I would have to query the database and write to CSV somehow, and then get workflow to find my CSV to attach to the email. It seems easier to just write to CSV, but then how do I program Workflow to find the CSV? Any assistance would be appreciated.