Dear community,
Is there a way to get notifications on MS teams instant message with the 'link' of the 'overdue item' on a O365 list?
So what I am trying to achieve here is , lets assume I have list 'Issue tracker' and have a task 'assigned to me' whose status is 'open'and due date is 19th December.
On 8 AM 19th December, I should get notification in my MS teams for 'all' the items which are 'due' on that day and are still 'open'.
Thanks in advance.
Solved! Go to Solution.
You have a space in DueDate field, so you internal field name will be different than what you are using. Can you please go your list settings click on Due Date field and then see the URL in browser and look value of Field=, in the URL and take that value and use it in the filter query
Hello @vaibhavtandon87 ,
You can create a Flow with recurrence trigger, then query the O365 list for items with status open and due date as today's date, and then loop through those items and send the email to assigned to person of each item which is returned by the query.
@annajhaveri thanks for super quick response. I wanted to send the notification to Teams hence tried creating the attached flow but getting error. Basically I tried meeting the condition if the status is not 'closed' and due date is today but its failing. I further removed the condition of due date today but still getting the error. Could you or somebody guide why is that an issue?
I would suggest to put the filter in get Items action to get the items which satisfy your conditions, as shown in below screenshot, so that you will not need the condition.
FilterQuery for Get Items
Thanks @annajhaveri but getting the below error. Not sure if the syntax I am using is wrong.
The expression "Due date le '2020-12-18' and Status ne 'Closed'" is not valid. Creating query failed.
You have a space in DueDate field, so you internal field name will be different than what you are using. Can you please go your list settings click on Due Date field and then see the URL in browser and look value of Field=, in the URL and take that value and use it in the filter query
User | Count |
---|---|
85 | |
38 | |
23 | |
20 | |
16 |
User | Count |
---|---|
127 | |
48 | |
46 | |
27 | |
25 |