Hello, I have this Business Process on LF Forms that collects documents for a report. Those documents are saved into the repository and then a workflow is started which will send email notification with the documents attached.
My issue is when the attachments are more than 25MB, it will bounce back to an email that no ones is monitoring. Besides sending a link to the folder (the user don't want this option) what other ways I can achieve this?
I was thinking maybe counting the total size of all the documents and make a conditional decision that will send a zip file instead of the individual documents. Is this feasible? Is there a better way or function that I not aware that can help in this case?
Thanks,