Hi,
BELOW Is SORT where we used
a!save(local!a,
index(sort(somevalue)),1,Null)
Now after upgrading im getting error in interface invalid function {"SORT"}
WHAT is the replacement of SORT NOW
Discussion posts and replies are publicly visible
Sort() is an undocumented function and should not be used. Instead, you can convert your data into a data subset using todatasubset() function and then use the sort parameter in the paging info using a!sortinfo.For your reference: https://docs.appian.com/suite/help/24.4/fnc_scripting_todatasubset.html#examples