Re: Setting Focus in a Gallery
Hi @CindyZ ,
If my understanding of what you are trying to achieve is correct, you could make use of the default property on the gallery.
As a really simplified example I created a gallery which has a collection made up of the numbers 1 to 10.
I then (as an example) made use of two buttons, one to move the gallery to number 1 and another to move the gallery to number 10.
Each button updates a context variable which in turn is referenced in the galleries default property, they also RESET the gallery which causes the shift in focus.
Default property of gallery:

On Select of 'Go to 1' button:

OnSelect of 'Go to 10' button:

So as an example when 'Go to 10' is selected:

All you would need to do is change the default item to be based on the current date, with a lookup of your items.
I hope that helps in some way?
Thanks,
Liam