Hello,
I have run into a problem that is driving me absolutely bonkers.
I have a VERY simple app, only one screen.
On the left is a gallery (Gallery1) that shows items from a sharepoint list (I'll call it Data Source Table Name). On the right, I have a form (Form1) which I changed the DefaultMode to View.
Gallery1 is showing my list items no problem. I have the next arrow on the gallery set to OnSelect Select(Parent).
Form1 Item is set to Gallery1.Selected. I also have OnSuccess set to Refresh('Data Source Table Name')
When I select the Next arrow, the Form1 does not update to show the gallery item selected. In addition there is an error on Form1. When I click the X error and select edit in formula bar, it's bringing me to the Item Gallery1.Selected formula.
I can't figure out what I've done. I have done this on a different app and it works fine. Am I missing something really simple? I even tried making a copy of my app that works, and just changing the data source/references and this error still appears. It is based on a very simple SharePoint list.