@Drrickryp
I wasn't trying a button, because that sounds like something you'd have to manually do, everytime? Or I am probably misunderstanding. So I am trying to change the Gallery Items function, I assuming I need both in there. Google said to double semi-colon to get 2, so I am trying:
SortByColumns(Search([@'[dbo].[tblAssets]'], TextSearchBox1.Text, "AssetName","AssetUnique","BuildNumber"), "AssetName", If(SortDescending1, Descending, Ascending)) ;;
With({tac:LookUp([@'[dbo].[tblAssets],AssetID=tblAssetCustom[@AssetID])
},
AddColumns([@'[dbo].[tblAssets],"Custom1",tac.CustomName1,
"Custom2",tac.CustomName2
)
)
But this is most definitely not working 😞