Hi All,
I'm working on the application which holds some predefined data, the main thing I'm stuck at is, in my browsergallary1, at browserScreen1, I have department name as "Others", and "HR, ICT, Software, etc ", I want the functionality in such a way that if a user selects the "Others", (On BrowserScreen/BrowserGallary) it should navigate to different Screen which is EditFormOtherScreen, and also should be able to submit(EditForm1_1) the created form and then see the detail screen which has only DisplayMode.View on it which is a review, only after he submits the form.
Is this functionality possible? If yes how and what are some of the ways I can implement. I already have tried some please see the attachment for more details. I want on success function to work well or if you have any suggestions or corrections please go-ahead.
Onsuccess:
Back(ScreenTransition.CoverRight) & If(Department.'Department Name ' = "Others", Navigate(BrowseScreen1,ScreenTransition.Cover)
OnSelect(forCheckIcon):
SubmitForm(EditForm1); If(Dropdown1.Selected.'Department Name ' = "Others", Navigate(BrowseScreen1) & ResetForm(EditForm1))
The feedback is really appreciated.
Thanks,
Tapesh
@WarrenBelz @PowerAddict @mdevaney @Anonymous @yashag2255 @yashar