Hello,
I have been working on a tough flow for the last few weeks. Here Is my latest issue: (I'll also post pictures of the flow below this article for ease)
Please also note I have a very basic understanding of flow code and logic, it is possible I've made a rookie mistake.
First, the flow collects items from a sharepoint list named: Users Contacted - It then takes that data and dumps it into a variable (UsersContacted)
Next, the flow collects items from a sharepoint list named: Form Completed - It then takes that data and dumps it into a variable. (FormCompleted)
For the next step, we have an apply to each, with a value input from the step where we pulled the sharepoint items from the Users Contacted list.
Next, still inside the apply to each I added a condition to check if the variable "FormComplete" contains the users e-mail. (From users contacted list.
Condition:
Yes- Apply to each with the respective value from "FormCompleted" and then send an e-mail to the user.
No - Create a sharepoint item in a new list, called Users Being Reminded. (To keep track of who the flow is currently set to remind)
My issue is this:
The first flow run always follows the logic and does exactly what I want, however...any subsequent attempts have unexpected outcomes, IE the user gets a reminder email even though they are in both the users contacted list and form completed list.
What am I missing? Please help me Flow-naughts!
