Multiple docs in one envelope and log file

I grouping the data, split them into separate envelopes based on the number of sheets going into an envelope.

But I need to create a txt file with data (customer ID, corresponding address) for each document contained in each envelope.

It can be done?

This question currently is subject of a support ticket.

Are you familiar with the OL Connect Rest API? There is an end point which allows you to retrieve statistics of your job.

In OL Connect 2024.2 this returns documents and document sets in JSON format. You can add meta data to each document via the Job Preset, this information is returned as part of the job statistics. As the data is returned in JSON format so you may need to iterate the data and write the desired CSV structure.

Erik

Online help for the end point:
https://help.uplandsoftware.com/objectiflune/en/olconnect-api/2024.2/Cookbook/REST_API_Reference/Statistics_Service/Get_Statistics_for_JobSet.html