Forum Discussion
Reminder Flow: Running When It Should Not
- DeletedSep 28, 2018
So from what I can tell, you removed the approval in flow and that's why the list is empty since your notification is linking to the approvals page in flow. However when you deleted that approval, you have to go back to the root sharepoint list and make sure that same item for that flow approval has it's status updated from the pending status it was set to when it created the approval in flow.
Since that is what your condition is based off of the list item status, when you deleted that flow approval it won't automatically change the status from pending and that needs updated as well to make your condition no longer keep returning yes since that list item is still in that list with pending.
very possible, but I guess the question is can you share the logic in your flow for how you are determining to send the message or not?
Hi Deleted
See the attached images. Let me know if you need more info.
- DeletedSep 28, 2018
So from what I can tell, you removed the approval in flow and that's why the list is empty since your notification is linking to the approvals page in flow. However when you deleted that approval, you have to go back to the root sharepoint list and make sure that same item for that flow approval has it's status updated from the pending status it was set to when it created the approval in flow.
Since that is what your condition is based off of the list item status, when you deleted that flow approval it won't automatically change the status from pending and that needs updated as well to make your condition no longer keep returning yes since that list item is still in that list with pending.
- Hillary BarterOct 01, 2018Brass Contributor
Amazing, thank you very much!