SortByColumns(
Filter(
Products,
And
(
CategoryId = CategoriesGallery.Selected.CategoryId,
(
SearchBoxText.Text in ProductName Or
SearchBoxText.Text in ModelNo
)
)
),
If(
category = "Reviews",
"Comments",
"Available"
),
If(
category = "Reviews",
SortOrder.Descending,
SortOrder.Ascending
)
)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.