I have a sharepoint list, which has a calculated field to create the Qtr and Financial year e.g. Qtr 1 FY23
I have a view which then groups by Qtrs.
I need an Excel document which shows only the data from the previous quarter. (The sharepoint list is large so I don't want to export the whole list)
Would a flow be the best way to do this?
I was thinking a flow that runs at the beginning of the next quarter, to create an excel document containing the data from the previous quarter. e.g. On the 1st of January 2023, I would like to run a flow which would generate an excel document containing all the relevant data from Qtr 2 FY 23 (Oct to Dec 2022).
Is this possible?