Hello, PowerApps Super Humans,
I haven't been able to solve this one despite searching extensively so any help would be greatly appreciated!
I am trying to create a collection from a unique record and specific columns from a Sharepoint list, using LookUp and ShowColumns functions, but just can't get the right syntax (I'm sure this must be possible?!?)
Here is a snip of the code, this doesn't throw errors but returns more than just the single record I am looking for and doesn't seem to be filtering the columns either!:
ClearCollect(colCurrentItem, LookUp('SANDBOX-All_PPE_List', 'Row Number' = varMaxRowCount), ShowColumns('SANDBOX-All_PPE_List', "RowNum", "AdminEmail", "AdminName", "AdminMobPhone", "AdminBranchLoc", "AdminDept", "AdminJobTitle", "AdminManagerName", "AdminManagerEmail", "AdminManagerMobPhone", "AdminManagerBranchLoc"));
Any suggestions would be welcome...
Thanks in advance!