Hello,
I am working on a flow that reads assigned due dates in a SharePoint list and sends a reminder email provided that the date is within 30 days of the current date and a second columns toggle option is set to 'No'
The current error I keep on seeing when testing the flow is:
@Anonymous :
Try changing the expression in your compose action to be as follows:
addDays(utcNow(),30,'yyyy-MM-dd')
Also, what type of column is SurveyReceived? If Survey Received is a Yes/No column, the last part of your filter should read:
SurveyReceived eq 0
There are no single quotes around 0.
Please let me know if that works for you.
I changed the expression however I am recieving a new error:
The expression "DueDate eq '4/12/2019' SurveyRecieved eq 'No'" is not valid.
The SurveyRecieved column is a Yes/No switch column, with the default currently set to "No"
Thanks
@Anonymous :
I was in the process of udpating my original post to address the second issue.
If SurveyReceived is a yes/no column, the last part of the filter shoud read:
SurveyReceived eq 0
the 0 has no single quotes around it.
The issue is still persisting, I am still getting a simlar message
@Anonymous :
I believe that your issue is that you are not entering the compose expression in the expression edit window. You can't enter it simply as text. Be sure to click on "Update" when you are finished - otherwise your changes will not be saved. See my screen shot below:
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
41 | |
40 | |
38 | |
34 | |
30 |
User | Count |
---|---|
47 | |
36 | |
34 | |
25 | |
24 |