Hi,
I am using an OOTB Task list in sharepoint to assign tasks to different users.
I have a flow setup that is functioning perfectly, it sends an email out about all tasks assigned to a user in one email.
I want to make a change and add a Odata filter query in get items so it only returns Tasks for which "Task Status value is not equal to completed". Currently the flow includes all tasks in the email with all task statuses like not started, completed etc. I want to eliminate completed tasks so I guess I will have to add filter query in get items action but not sure what the query would be.
Also fyi, I am using the default columns offered by SPonline task list. So the internal name of task status column is "Status".
Below are flow screenshots. Can someone please help with Odata query. Thanks in advance.
Solved! Go to Solution.
Hi dmistry,
I think what your purpose is to use filter query in get items to get the tasks which "Task Status value is not equal to completed". I have made a flow for your scenario, please check it for a reference.
The expression is: Status ne 'Completed'
Please feel free post back if you need more help.
Best regards,
Zhonys
Hi dmistry,
I think what your purpose is to use filter query in get items to get the tasks which "Task Status value is not equal to completed". I have made a flow for your scenario, please check it for a reference.
The expression is: Status ne 'Completed'
Please feel free post back if you need more help.
Best regards,
Zhonys
Hi Zhonys,
Excellent, thank you for your help, that worked!
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 |
---|---|
42 | |
37 | |
37 | |
35 | |
25 |
User | Count |
---|---|
39 | |
37 | |
33 | |
31 | |
25 |