Hi, I'm trying to join a table to a collection using a lookup to find the correct record (there could be no matching record).
My thoughts are to use the following code but PowerApps does not agree:
AddColumns('[dbo].[tjLiveStocktakeOutput]',"Confirmed",LookUp(colCount,ProductCode = '[dbo].[tjLiveStocktakeOutput]'[@ProductCode],Confirmed))
Any ideas?
Thanks in advance.