Hi,
I am trying to figure out how to pull out a column of data from a sharepoint site file based on the current date and a date range.
I have the following in the sharepoint file(I can remove the header if it makes the solution simpler and a excel file)
Iteration Start End
1 12/6/2023 12/19/2023
2 12/20/2023 01/02/2024
3 01/03/2024 01/16/2024
4 01/17/2024 01/30/2024
5 01/31/2024 02/13/2024
I have the flow running every Thursday and need to get the current date and return the Iteration it falls in.
For example if today is 12/28/2023, it should return the value 2, since current date >= Start and current date<= End.