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
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
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