How to check and extract the most recent date and time

Okay, sure.

This part is very simple. Once you have the date in the proper DateTime format you can just use operators like “>” or “<” to compare dates.

CompareDate.xaml (5.4 KB)

Another way would be to use the Compare dates activity in the Workflow Manager Package as described here Comparing dates - earlier/later. The tricky part is always parsing the string to DateTime correctly. There are several posts about it in this thread too :wink:

Let me know, if this helps.
Cheers, Lukas

2 Likes