how do i sort a gallery by name with Filtered function and Search box and large data
At the moment the following is working, just can't add the sort and make it working, please help
If(
varDataCount < VarDelegationLimit,
Filter(
Filter(
Documents,
hiddenFolderPath = "xxxxx/xxx/xxx/xx"
),
TextInput2.Text in Name
),
Filter(
Documents,
(hiddenFolderPath = "xxxxx/xxx/xxx/xx")
)
)