Hello everyone, I’m trying to create a 7-day week view in my app. I’ve set up dates at the top and a list in a repeating group below. The idea is for everything to work harmoniously: when the user clicks on the arrows, they should be able to navigate between weeks. However, I can’t lock the dates so they don’t change, and I also can’t link the repeating group to the arrows.
to ‘lock’ the dates just add some custom state values, like start of next week, and start of last week so you have dates to use when clicking arrows. Then when click forward arrow, set main date to the custom state next week date, then reset your next week and last week custom state dates based on main date.
1 Like