This is a SP integrated app. I have a home screen where users select the item they want to deliver from a gallery. From the gallery, it brings them to a new screen with a form viewer of the item information, then a separate form where the delivery information is entered. The OnSave is: Patch('Transfer Sheet & Product Availability',First(Filter('Transfer Sheet & Product Availability',ID=Gallery1.Selected.ID)),Form1.Updates) (which works great because no duplicates- just updates)
However, OnSave the FormViewer then disappears and says "no item to display"
The Item property for the FormViewer is : LookUp('Transfer Sheet & Product Availability',ID = Gallery1.Selected.ID)
Does anyone know why this is happening?

Report
All responses (
Answers (