Forum Discussion
Since I see the SharePoint Integration formula in your efforts, I'm going to assume this is an app created using "Customize Forms". In that case, you want to check on subsequent pages what the default mode of each form control is. Important thing here is that if the default mode is NEW then it completely ignores the "Item" property. (The display of "No item to display" seems to give me the impression the default mode is new.) - Let me know and I'll help you to get what you expect.
If this is a full 3-screen app - created using Create an App rather than customize form:
Try running the app in preview (assuming this is a 3-screen app not the customize form), and selecting something in the first gallery. If this is a three screen form you don't need to put any if statements to handle the lack of selection (unless they go to that form first before they hit the first screen). The new icon should include NewForm(FormName) so that the form moves into NEW mode when they arrive. In this case, the default mode should be edit, so that nothing special has to be done from the details form.
- Joe FedorowiczApr 16, 2018Iron Contributor
Thanks for chiming in. The default mode is FormMode.Edit for the other screens.
- Joe FedorowiczApr 17, 2018Iron Contributor
Hello again.
I recreated my form and am having the same problem. I'm clearly doing something wrong but I have no idea what. I think the issue is the navigation in my buttons...but can't find anything.
Basically, everything beyond the first page is "No Item to Display."
- Karen TerenzoniApr 25, 2018Copper ContributorI am having the same issue - have you resolved this?
- Joe FedorowiczMay 02, 2018Iron ContributorI recreated the app. Powerapps got more confusing recently...seems to be working less consistently.