Export button error

0
Hi all,   I have a button leading to a microflow. This button function is to export the selected email template within the application to an xml file. It leads to the below microflows: However, after i have upgraded the application to version 9 from version 8 (and upgraded the SFTP, email and other modules), this button no longer works and comes up with the ‘An error has occurred, please contact your system administrator’. When running the debugger, it is erroring on the end point in the first mf attached (the one with only two actions). I have compared the code to the code in prod (which is working) and there are no differences at all.    Can anyone advise?
asked
1 answers
0

Does the error message provide any additional details?

 

Also, I would check permissions on the NewImportExportObject entity to be sure that the logged in user has rights to view/download that file.

answered