Development status and exception ouput file create and sent

1st requirements

  1. Download input excel file from email with specific subject line.

  2. Read this downloaded file.

  3. Load data from this downloaded excel file to queue using ReFramework.
    Note:- Use ReFramework to achieve this task, and coding best practices.
    For that above requirement I have used in intAll application Mail activity , excel activity, queue item I developed this at init all application.

                                  And my 2nd requirement is that from queue item data print into RPA Challenge website page . I have build the code in UiPath RE framework in that upto load the data in Queue and open browser I have developed in intall application and after that in process I have developed code for process to print into RPA challenge website . I have used system and business handling, try catch where it requires as per in that development. .........................................................................                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                        
                          3rd requirement ,Now I want to send output file in that want same colum from input file with two additional column one is status and another is exception so in that I want additional two colum one is status column and another is Exception colum, in status colum status of transaction processed or failed and if it failed I want in exception column why it failed means want  exception message and then want to send this output file to specific mail and output file name is output file with date. How to develop this. Tell me hpw to do development for 3rd requirement
    

@pallavi_patil2,

You should be adding the logic of downloading, reading, adding to queue in Get Transaction Data not in init state.

Thanks,
Ashok :slightly_smiling_face:

I am following re framework

i did this in init and at process i did for typing data into rpa challenge website