Hello All,
Thank you, for taking the time to read this post. I am struggling with the creation of an inventory for my group.
The tool that I created uses a Gallery(list) and a Edit Form, to display my data. This is all working fine. Using Shane Young's (PowerApp) Videos I have the data updating correctly and the form for the most part functional. My issue is that either in a dropdown or label control. That I have set up to reference another table. The default value is getting lost.
Connector (SQL Server)
TBL1 - Assets
TBL2 - Locations
Common Column between the two tables is LocationID.
My LookUp Statement that I have tried to use under Default for the DropDownMenu is:
LookUp('[dbo].[tblLocations]', LocationId=LocationId, FullName) -This formula is only returning the data from the first row in the Locations Table. It is NOT referencing the DataCards LocationID for the Asset that is being selected.
I have been using the references to troubleshoot this issue: