Hi all, I'm new to flow and I'm trying to set-up one that will email a named owner of a list item to review the item based on the date they entered as last signed off "date completed/last updated" column.
So far I have the following - where the condition is:
The email goes but I get the error "Unable to process template language expressions for action 'Condition' at line '1' and column '2842': '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"
Help please?
Solved! Go to Solution.
Hi @RobJ2 ,
Please try to refer to the following configuration:
Best Regards,
Hi @RobJ2
The error that you getting is because of date column may be empty, so you should check if is is empty before comparing it .
Also i would prefer following format:
formatDateTime(addDays(utcnow(),-365),'yyyy-MM-dd')
Regards,
DS
Hi @RobJ2 ,
Please try to refer to the following configuration:
Best Regards,
Thanks Barry - the flow now runs successfully and sends the email for those requiring review 🙂
However, if I drill in to the flow checker there is still an error (?)
Hi @RobJ2 ,
This is the expected result, indicating that the current item does not meet the conditions set in this condition, so the result is false. Then the action in the If yes branch will not be executed.
Best Regards,
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
90 | |
55 | |
38 | |
35 | |
29 |
User | Count |
---|---|
75 | |
66 | |
50 | |
47 | |
42 |