I have two excel tables where first one is basically list of orders and the second is list of order details. I need to pick order from first table and pass it to the second and store in field called OrderID - then on the screen build on the second table I need to complement screen with additional information and save. so far I was able to call another screen with Navigate function
Select(Parent); NewForm(EditForm1); Navigate(EditForm1, ScreenTransition.None,{selectedId: Zlecenia_Screen})
so far I was able to call another screen with Navigate function
Select(Parent); NewForm(EditForm1); Navigate(EditForm1, ScreenTransition.None,{selectedId: Zlecenia_Screen})
that allows me to go to EditForm1 but then it goes immediatelly to DetailScreen1