Hello,
I have a class where I am exporting data to excel after some dialog options are chosen by the user. However, I keep on getting the error "An internal error has occurred. Please contact your system administrator" once it timeouts.
I am using at the end the below code snippet once the cells are filled
package.Save();
file::SendFileToUser(memoryStream, strFmt('Allowance %1', payPeriodFormat '.xlsx'));
