Hi there,
Apologies if this question has been asked and answered previously, I done a quick search however couldn't find my problem exactly.
I am in the process of building a flow that will send out an email once a task has been marked as complete on a SharePoint Task list, however the condition always seems to produce false, even though the task is being marked as complete.
I have tried creating a condition for completed = true, and tried percent complete > 90 but neither of these worked.
Does anyone have any ideas ? Would be greatly appreciated.
Cheers
Solved! Go to Solution.
Hi @rapidjuice,
I have made a test on my side and you could compare the completed with '1' in your condition.
I have created a flow as below:
The expression in the Condition as below:
@equals(triggerBody()?['Checkmark'], '1')
When a task is created and marked as Completed, the flow would run successfully as below:
Best regards,
Alice
Hi @rapidjuice,
I have made a test on my side and you could compare the completed with '1' in your condition.
I have created a flow as below:
The expression in the Condition as below:
@equals(triggerBody()?['Checkmark'], '1')
When a task is created and marked as Completed, the flow would run successfully as below:
Best regards,
Alice
Hi Alice,
Ahhh I see, never thought to try 1 (Silly me)
Thanks a lot for your assistance!
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 |
---|---|
45 | |
42 | |
36 | |
36 | |
22 |
User | Count |
---|---|
41 | |
31 | |
29 | |
28 | |
26 |