In this project, I want an automation that can send back email with a specific data from an excel sheet.I succeed to automate everything except, the automation who find the specific value in the excel sheet according to a specific date. I try with a Get Row Item but that doesn’t work.
There is my workflow and the excel sheet: Email.xaml (14.5 KB) S&P100.xlsx (21.1 KB)
More Safer Bet which will have only 1 row: DataTable.Select("Date>='"+DateTime.Parse(LookingFor).ToString+"' AND Date<'"+DateTime.Parse(LookingFor).AddDays(1).ToString+"'")