I have a SharePoint list called Relationships with two Date columns
Start and End
Also two columns Parent and Child
I want to loop through the list and send an email when "Parent = Child" but also if todays date is between the Start and the End
I set the current date ...
It seems to loop through and doesn't find an matches even though all rows have
Also I get the error below if the Start or End is empty for any row ...
Unable to process template language expressions for action 'Condition_2' at line '0' and column '0': 'The template language function 'lessOrEquals' expects two parameter of matching types. The function was invoked with values of type 'Null' and 'String' that do not match.'.
How do I check for empty
Thanks
P


Report
All responses (
Answers (