I'm trying to update this PullSheet gallery with Related Inventory Items. Any idea what I'm doing wrong? No errors, but nothing is showing in the galleries.
I'm using the Northwind Traders Sample as a guide:
https://powerapps.microsoft.com/en-us/blog/one-to-many-relationships-for-canvas-apps/
Is your second parameter of Relate:
InventorySearch.Selected.PullSheet_LU
returning type Record and, is that Record non-blank?
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-relate-unrelate
Relate( Entity1RelatedTable, Entity2Record )
And also, if you remove the Reset on the InventorySearch that is immediately following the Relate, does it help?
(you can put it back in after troubleshooting)
Finally, the Relate + Reset - is that being done OnVisible?
If so, make another blank screen, put nothing in it, and switch back and forth between the screens in the editor, and see if it helps to trigger the OnVisible.
I think the second part of the function is the issue. It needs to refer to a record in the Inventory entity. However, I get the error below when trying that.
Also, the Reset has no affect on this error - and this function is OnSelect.
I've tried this, but I get an error after using the select: