Hi all,
I am trying to build an app where on Screen1 items from a SP list are shown in a gallery, user clicks a Sign Up button for one and is taken to Screen2 which is a form, some fields of the form should be pre-populated based on the gallery selection, then the user inputs their name and email and this is then saved to a separate SP list.
I am having a weird stuck point where it seems like it's working to pre-populate the form fields when using the alt-click testing method within the editor without the app full screen, but if I make it full screen (or publish the app and try it via the app link), Screen2 is giving me a "No item to display" error when selecting the gallery item on Screen1. I've attached a gif screen recording of the behavior.
For the gallery button, I am using:
Select(Parent); Navigate(Screen2,ScreenTransition.Fade);
Maybe that isn't the right way to do this? Any advice is appreciated!