Hi everyone,
I'm totally new to Power Automate and I'm trying to create one simple flow for starting.
I have an Excel table similar to this one
Task1 | Task Description 1 | Date 1 |
Task2 | Task Description 2 | Date 2 |
Task3 | Task Description 2 | Date 3 |
I have created a flows that checks if the date of the table is equal to today a date and send an email with the entire rows. So, basically:
if Date 1= today it sends an email with Task1, Task Description 1 and Date 1.
The flow is working except for the fact that sends a number of email equal to the total of the rows. So, taking the example above, it is sending 3 copy of the same email with the same information about the first row, instead of sending just one.
This is the flow:
Can you kindly help me in understanding why?
Thanks