I'm creating a console app in C# that runs every night - it fires a query and then starts a workflow against the returned records
One of my conditions is that the Effective-To date field is equal or less than today's date
I can't find a way of putting Today's date as a variable, so every time it runs it uses that days date as today
So the below is what im trying to achieve
<condition attribute="effectiveto" operator="on-or-before" value="TODAY" />
*This post is locked for comments
I have the same question (0)