Hi
I have some questions, my flow is working but i do get ActionBranchingConditionNotSatisfied. This might be correct from a logic point of view as one item will be true to the condition and one will not be true. Im just wondering if im doing this correct.
Short description.
SharePoint List with a Date column named Renewel date.
I want flow to send an email when a item in the list is 14 days from the Renewel date and another email when its 7 days from the Renewal date.
I start my flow with a Recurrence that will run each day.
Then i do Get items.
Apply to each.
Now my conditions
First condition is set to utcnow plus 14 days
Second condition is set to utcnow plus 7 days.
Everything works fine emails are sent out correct but in my flow i can see ActionBranchingConditionNotSatisfied.
I guess this is due to if the first item in the list does not meet the condition i get that message even if the second item will meet the condition.
So if i have 50 items and the first item in that list does not meet the conditons then in flow it will look like it did not send any email even if the conditon was meet by 4 other items.
Im not sure if this is correct, but form pure logic i guess it's correct?