For an example, I have list A and B and I want to create a list like the one below
Date | List A | List B |
---|---|---|
12/02/2022 | 12 | 26 |
18/01/2022 | 89 | 7 |
The numbers under each list column represent the count of items that were created in the specified date in each list.
I am actually quite lost in how to do that. Maybe I'll need to do it in PowerAutomate?