Exporting data from Message box to Excel

Hi Team,

I would like to export the data shown in message box to the excel file.
Please find attached the flow and the excel file. Can you please help?

Thanks
Main.xaml (15.9 KB) output.xlsx (6.0 KB)

Hi Team,

Any suggestion would be helpful.

Thanks,

hi after message box you can use append range activity to add the data to excel

1 Like

Hi @srinivas_pradeep,

As mentioned by @sandhya_koilada you can use the Append Range activity https://docs.uipath.com/activities/docs/append-range. You have to make sure that the activity is under an Excel Application Scope https://docs.uipath.com/activities/docs/excel-application-scope

Please see the attached file Main.xaml (16.6 KB)

Hope this helps
Best regards,
Marius

1 Like

hi @sandhya_koilada
hi @Marius_Puscasu,

Thank you so much for all the help :slight_smile:

Cheers,
Sri