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!
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 | |
50 | |
36 | |
30 | |
27 |
User | Count |
---|---|
75 | |
60 | |
50 | |
44 | |
38 |