Hello, we have a customer who uses forms to receive and track work orders for their entire county. Part of that forms process is to email a copy of the Work Order to users internally. This email also includes as attachments any supporting documentation that was uploaded when the Work Order was submitted.
Rarely, these attachments exceed the 10MB limit enforced on email attachments and so occasionally the WO process will suspend and someone (usually me) has to go and tell the process to skip the email activity so it can proceed onward in the process.
I was thinking Workflow could solve this by calculating attachment sizes or even zipping up all the attachments when sending the email....however, it turns out the Cloud Workflow does not currently have the capability to attach documents from the repository unless they have an associated electronic file (which for this customer is almost never the case).
So now I'm stuck on what the best solution/workaround to this scenario would be. In Forms, I could check the box to allow the process to continue before the email activity is completed which should solve the suspended instance issues but wouldn't solve the problem of the unsent email.
I could have workflow try and calculate the total size of all documents, make a judgement and send a signal back to the forms process on whether to send the full email (w/attachments) or notify management that the attachments would be too large and only attach the work order itself. This might be an acceptable workaround but wanted to check with the community and see if there was any other workarounds to the Workflow email limitations in cloud?
Thanks in advance!