Hello Team, I’m interacting from SQL to uipath to do the Automation . I’m saving the sql table data in Excel and looping through each rows to perform specific operations and sending out e-mail . The bot has to run every one hour
if the data in Excel has already been iterated and email was sent, in the next bot run when the data gets added newly, how to neglect the previously processed rows and loop only the newly added data from sql?
Eg: the table has StartTime, state, processname and if state =2, I’ll be sending out e-mail.
I hope I’m clear!