Hi all,
I have the following flow setup which is running perfectly fine:

Scenario as follows: Changes are made to a Sharepoint List item where I track the changes for the column Status. I pick up the previous value and the new value and send an email to the user that a status has changed. Detailed screens below:




So far so good. The changes in the status column are triggered by a new csv file which gets uploaded 8 times a day (by replacing the previous file). The file contains on average like 50 records.
The flow runs perfectly fine and if let's say 5 out of those 50 records have a changed status, 5 emails are send.
However if I look at the run results, I notice that for each and every record a separate run is started (ignore the first row, there I manually changed just one status in Sharepoint).

I would assume that it should be possible to have just one flow run instead of separate record runs.
Anyone has an idea how to achieve this?
Many thanks in advance.