I have a dataflow in dataverse that copies new rows from table 1 to table 2. When 1 or more rows are added to table 2 I have a cloud flow that sends an email.
My issue is that the cloud flow sends an email for each and every row added to table 2 whereas I only want 1 email to be sent regardless of how many rows were added. I don't need to know how many or which rows were added (although that might be useful if its easy).
Spent ages searching for a solution and saw a piece about using the Filter rows option and $top to select only 1 row regardless of how many were added but this had no effect (maybe I did not do it correctly - $top 1 )