Hi,
I have a Flow that listen for new items added to a list and pick the data of this item and copy them to a second list.
Well, when this new item has been in the second list for ten minutes without been opened or readed I need that Flow send a remainder to a specific user so he nows that there is a new item in the second list.
I have tried to apply this steps: https://medium.com/@thomasgranheim/send-reminder-emails-using-microsoft-flow-and-office-365-606e0ea1565b but is not working.
I made this change to the sample:
Instead of using days I am using minutes:
addMinutes(utcNow(),10,'yyy-MM-dd07:00:00Z')
the idea here is wait 10 minutes before the flow goes to the next step which is get the column that contains the date and filter it using: Filter query: ColumName eq datetime "Output":
But when I run the flow I get this error:
The "anmalningsdatum"-column is of type Date without time.
The entire O365 and SahrePoint are in swedish timezone
What I am doing wrong?
Best regards
Americo