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!
User | Count |
---|---|
87 | |
72 | |
44 | |
26 | |
25 |
User | Count |
---|---|
42 | |
24 | |
24 | |
23 | |
18 |