Hi everyone. I am trying to compare two sharepoint lists and am having mostly a successful time in doing so. I am struggling when trying to get the produced gallery in sequential order. Sequential order is a column on one of my lists.
Below is the formula.
Filter(TTDMasterGameList,field_0 = Value(varUser.Department),Not(JoinedTogether in TTDDefectsAll.GameName))
This is working great, just trying to sort by SeqOrder
The varUser is a variable that brings in the users Office info and I am filtering by their department number, which works great. I am trying to bring in the formula below with no luck:
SortByColumns(TTDMasterGameList,"SeqOrder",Ascending,"Modified",Ascending)
That formula works in other app but im sure my syntax is off.
Any help would be fantastic and much appreciated!
Chris
