I want to count the number of rows that have been log today, and using this number in Email body to send a summarized email.
I tried to use Use *Read Range *then Filter Data Table , but no idea how to set the filter criteria as “today”. So I just wanna know how many logs of intraday.
or do you have any other suggestions to get the number of “completed job” of Intraday. Because I need to send an email on the day-end to summarized how many email been processed on that day
here, CountToday is should be of type Int32 & Don’t forget to mention your column name instead of “DatesColumn”.
After this if you get an error specifying AsEnumerable is not a member of ‘System.Data.Datatable’. Then, you can fix this by adding following Assembly manually in .xaml file.