Hello Guys,
New powerapps user here, I Would like to get help on how can I insert sorting codes on my current formula on my Gallery view.
If(
varDatacount < VarDelegationLimit,
Filter(
Filter(
'Luzon NAFS Dacion',
STATUS.Value = ComboBox1.Selected.Value || ComboBox1.Selected.Value = Blank()),
FilterByNameDacion.Text in Title || FilterByNameDacion.Text in STATUS.Value || FilterByNameDacion.Text in 'ACCOUNT NAME'),
Filter(
'Luzon NAFS Dacion',
STATUS.Value = ComboBox1.Selected.Value || ComboBox1.Selected.Value = Blank())
)

Hoping for your kind assistance.
Thank you and Stay Safe!