hello folks,
I use two screen1 with a gallery1 and screen2 with a gallery2.
Both galleries have the same data source, so screen1-gallery is only for displaying rows,
screen2-gallery is for CRUD operations.
screen1-button1 has this OnSelect property
Set(selectedId;ThisItem);;Navigate(screen2;ScreenTransition.Fade;{ ID: selectedId })
[beware of: double semicolon in PowerFx because of german Windows11]
but I never get screen2-gallery to jump to the row selected in screen1🙄
Any ideas?
thx