I have a Log sheet that generates a new row every day. I want a detail screen as my default home page (navigation item), that shows the details for the row that corresponds to today.
This way I can use editable Form Components that edit the correct row, without having to click an edit button, every time a user wants to input data (as the user will be inputing data throughout the day.
Again, I need this detail screen to change every day to the row that is equal to today and I need it as my default home screen.
How do I accomplish this?