Hi!
Here's a snapshot of the table I'm working on. I am filtering rows whose start and end dates are current, based on utcNow(), and this flow will run as a weekly report.

In addition, I have a sharepoint list that contains Fiscal calendar details, like WeekOfYear, DayofYear, etc.
Should I use that to determine what week the 'Title' is in based on the 'Proposed Start Date'? For example, I want to use flow to output based on today's date, that we are on week '3' of the 'Siig Inc' row because its 'Proposed Start Date' is '07 Jun 2021'. I guess that mean using utcNow() to count number of weeks from 'Proposed Start Date'.
The values will be collected into an email body, arranged first by the Select action adn will look like:
'TITLE' 'Proposed Start Date' 'Proposed End Date' 'Event Week Number'
I was hoping for an easier way without having to reference the Fiscal calendar SP list, like a formula I can plug into an 'Apply to each' loop.
Thanks!