Getting error while downloading excel.

0
Hi Team, I am using customer java action to download data in excel. But now I am getting error mentioned in below screenshot: How can I resolve this error? Thanks and Regards, Samarth Jadhav
asked
1 answers
0

It looks like you are passing empty instead of an object. Try putting a breakpoint in ACT_GenerateReport before you call the ExportReport action and check what values you are passing in. If it’s empty, that is your problem, and you will need to go back along the microflow and work out why it isn’t populating.

Good luck!

answered