Hello All,
Pretty stumped here I feel like i have tried multiple different ways at this point to get what im looking for - but for some reason I cannot get the result im looking for. I am trying to build a canvas app that will suggest to the user the next available "dock" that is "OPEN" and not the current dock. When I try to apply these functions to the items list I am hitting two different problems i guess im not sure where my approach is wrong.
Using the current filter i get no errors - however the drop down list does not display any values it is blank.
The second function that is commented out - yields only one value - please help anyone!
Filter('Trailer Tracking', Trailer.Value = "OPEN" && Dock.Value <> "B1")
//LookUp('Trailer Tracking', Trailer.Value = "OPEN" && Dock.Value <> "B1", Dock)
