I want to identify how I can send an email 2 days after a listed date. Attached are the pictures that I have currently and I am having trouble figuring out what I should put for the condition of the If statement so Uipath knows which dates to look at to send the email. Thank you for your help.
I’ve figured that portion out, now how will I be able to reference my ExcelDates to send an email 2 days after the dates that are listed no my excel sheet.
I assume you have an activity of For Each Row that uses the datatables generated by your read range activities, so your date should come as DateTime or Text, we need to see that first.