Hello,
I am trying to filter items from a list based on 3 conditions, send an email to the "Data.Provider", and write records to a new list.
The list:
3 Conditions:
Complete.Date >= 1/1/2019
Status = "Complete"
Modified by = !not me.
I am using basic editor and it looks like I can't just key in the date 1/1/2019. In my test runs I have gotten the errors:
InvalidTemplate. Unable to process template language expressions for action at line '1' and column '2626': 'The template language function 'greaterOrEquals' expects two parameter of matching types. The function was invoked with values of type 'Null' and 'String' that do not match.'.
InvalidTemplate. Unable to process template language expressions for action at line '1' and column '2628': 'The template language function 'greater' expects two parameter of matching types. The function was invoked with values of type 'Null' and 'String' that do not match.'.
What 2 parameters?
Thanks in advance for any help!

PS - I have read other ways I might accomplish this but don't understand / can't get them to work.
Things like using "Switch" based on the Status field (because this only applies when Status in Complete)
or
Manual-->Get-->Filter-->Check if exists--> if not, Write it