Hello,
To the next task I do not know if it can be done through flow (Power Automate).
On our Dynamics 365 we have daily API which create records from third Part Source. the record look as follow
| tenant | date | consumption |
| 1 | 01/01/2020 | 1 |
| 1 | 01/02/2020 | 2 |
| 2 | 01/03/2020 | 1 |
| 2 | 01/03/2020 | 1 |
Using Power Automate we would like to summarize the consumption per tenant and every seven day if the total consumption is more than 7 send an email If it's less than 7 to ignore.
Can something like this be achieved by power automate?
🙂