Error exporting a CSV file from Oracle EBusiness

Hi all, I’m wondering if anyone has come across the following issue when trying to build an automation which uses UI Automation to export a table of data from Oracle R12 Ebusiness application?
After conducting a search for purchase orders, I need to export the results into a CSV file. However, after clicking on File> Export, the Java app for Oracle fails to generate the export file and instead, brings up the login page for Oracle again. The interesting thing is that if I exported the file myself manually, this issue doesn’t occur so I’m guessing this might be related to security settings that prevent automations from exporting data?
Would appreciate hearing from anyone who has dealt with this issue before!

Following login page keeps appearing after attempting to export the data:

Hi @kerri.tiam2 ,

Could you maybe try performing debug and check whether the right clicks are being performed ? You could apply a breakpoint right before the part where you think the issue occurs and perform a Step Into operation one by one, so that each activity execution is checked and you will be able to narrow down the cause.

More on Debugging :

1 Like