Email Automation Queue based?

Hi Team ,
if 1st time I run 10 transactions and
2nd time I run 5 transactoin ( mail sends)

  • 2nd time I keep flag = true then output should generated with including 1st 10 records and mail should send with report.

how to do this using the queue?

So after the 2nd run there will be no more new items in the queue?

yes 2nd time i have only 5 records to process

but there is one condition is that I have to set flag to queue may be
if flag = true then all trasaction report should generated,

you can use get queue item you can get all the queue item details to generate the report

ok but how where I have to set the condition like flag = true then only generate reports

are you using Re Framework then in the end process you can do that

ok, if tomorrow I will run the bot then I dont want yesterdays records in generated report how to do this?

There is a property in the get queue items activity “From” and “To”. You can update it with current date to filter those results

Ok Thank you so mush Laxmi

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