Hi everyone!
I have created a list in MS Lists. It contains a number of items, and each of them is associated with a specific person from my team. For this purpose, I added a column 'Assignee' where I can tag any of my teammates or myself.
Then I decided to set a reminder to get notified in Outlook one day prior to the due date of the item. This reminder is a regular flow available in Lists (Automate -> Set a reminder), there's no need to open Power Automate for that. I successfully added this flow and also did some adaptations (adapted the summary and the text of the email) in Power Automate and everything looks well.
However, there's one problem: according to the current flow structure, I receive notifications not only about items assigned to me, but also about the items assigned to my other teammates in case they have the same due date. Could you please help me understand how to set a flow in a way that I get notified only about items assigned to me?
I understand that I need to apply some kind of 'Assigned to me' filtering on the 'Get items' step but I simply don't know how to integrate it in the current expression.
The current expression is as follows (Filter Query row, see the screenshot):
concat(concat('Datetodiscuss',' ge ', '''',outputs('Today_+_x_days')),'''',' and ', concat('Datetodiscuss',' lt ','''', outputs('x_Days_+_1'),''''))
I tried building it in the following way but it would not work:
'the expression above' and Assignee eq 'My name'
Thanks!