How to update status in input file after bot processing from queue

Hi

I have 1000 valid records with 20 columns in excel sheet, I am adding all these 1000 records with only required columns to orchestrator queue using dispatcher process

Now performer needs to process 100 records
every hour and send the report with all the columns present in the input file after updating bot status, please assist how can this be achieved

@Kishore_Raj

You can keep a condition in get transaction data to keep a count and then stop the process…and collect all the data into datatable and send the report

Cheers

In queue only I have 4 fields but output report should contains all the input fields along with bot status if I collect data to data table I get only 4 fields from queue

@Kishore_Raj

Remaining columns get by looking up the actual table

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.