Hi all
I have 2 tables. 1 is holding week 1-52 with 7 day splits between start date and end date, so in total we have 3 columns being used.
I am trying to display the current week in table 2 based on a user creating a record. So each time a user creates a record in this table, the current week is displayed next to their name. So this week we should be displaying week 8.
Right now I have a 'list rows' action being used and connected to table 1. I am filtering the rows and using id eq 'WEEK-01' . This successfully displays 'week 1' in table 2 next to each user as they create a record. Although I want to display the current week instead. Would I have to create some sort of filter under 'list rows', 'filter rows' action?
I am very new to flows so I appreciate any help! 🙂