
Announcements
Hi guys,
I have a sharepoint list. In this site members, can read all items. But If Approver equals Me, I can see my list items.
When a create an item and approver equals me, I can edit my item because of my flow.
But now I would like to set due date. And if due date less than today again I set read my items. But I couldn't.
Here is my flow. Condition result is true but when I clicked my sharepoint site, I can still edit my item.
Does anyone have any idea ?
What expression are you using in your condition? If you are running your flow and not getting any errors, mostly likely this is the cause. Check your flow runs to see if they always go down the false side of your condition. For the condition, the date needs to be formatted as an ISO8601 date (yyyy-MM-dd).