In my app I have a Radio Button. Depending on the selection it should navigate to a diffrente screen once the form is submitted. However it's not working. Here is the formulat I have in my OnSucces when I submit my form. :
ForAll(DetailEnvoieCollection;Patch('Détail d''envoie';Defaults('Détail d''envoie');{PART:ColPART;DESCRIPTION:ColDescription;'COUNTRY ORIGIN':ColCountryOrign;'HS CODE':ColHS;QTY:ColQTY;'UNIT TYPE':ColUnitType;'UNIT PRICE':ColUnitCost;CURRENCY:ColCurrency;'# DEMANDE D''ENVOIE':ColEnvNum}));;
Clear(DetailEnvoieCollection);;
If(Radio2.Selected.Value ="OUI";Navigate(ScreenWO;ScreenTransition.None);Navigate(ScreenConfirmation;ScreenTransition.None))