Hello everyone,
how I use "Navigate" to just call any page is clear so far.
But what I need is a bit more complicated for me.
On one page I have overview page with my goals.
On another page I want to display only one goal, which I have selected from the previous page.

Page 1 - Gallery Name: Gallery_Oben_SCC.Selected
Page 2 Name: Workspace Goal ID
Goal ID is helper form first Gallery (other fields are also helper)
Since Goal ID must be taken over with, how can I do something like that?
Thanks in advance for your time and help.
Milutin
First Solution:
On Select (Gallery 1) :
Set(VarGoalsId;Gallery_Oben_SCC.Selected.Helper_Goals_ID);;
Navigate('Workspace Goal ID';None)
In 2nd Gallery:
Label = LookUp(SBZiele;ID = VarGoalsId).ID
Are there better ways to do this?