I would like my page to redirect to the gallery of list items when I complete a form entry. Right now after I enter the form, it stays on the page like this.
Hi @EMA03356,
After the SubmitForm() formula, try Back() or a manual Navigate(GalleryFormScreenName)
In addition, to avoid your Form being blank when navigating to this screen again : use NewForm(FormName) or EditForm(FormName) in the OnVisible of that screen (depending whether you want to edit or create new records). 😊
I hope this helps!
Hi @EMA03356 ,
Create a screen named "ScreenName" and add a gallery in it. Use Navigate(ScreenName) function in OnSelect property of tick icon -
SubmitForm(FormName); Navigate(ScreenName)
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional