How to update data in excel when bot is running multiple times a day

Hi all,

I have input data with 1000 records processing from queue and for each once hour bot processes 100 records now I need to send output report after each hour after every hour transaction no starts from one so bot is not able to update status correctly

@Kishore_Raj

-Create a separate column or field in your data to track the status of each record. This column can be updated by the bot after processing each record. This way, you have a record of which transactions have been processed successfully, which have failed, and which are pending.

hello
the best way to update you excel is by creating i new component named reporter
that will be launched after the performer that process your queeue, and filtre get queeue with transaction that have processed for the last hours.
best regards