Hi,
I have a few filters step up just to search the datatable I have, along with a sort column function.
However, it's missing a few specific rows. Anytime I remove one of the filters, more rows appear which shouldn't be the case. I'd like everything to populate in the datatable while keeping the search functionalities I have set up.
Sort(
Filter(
'IT Equipment List',
textInputSearch.Text in User,
SInput.Text in 'Serial Number',
IsBlank(Dropdown1.Selected.Result) || 'Equipment Type'.Value = Dropdown1.Selected.Result
),
User
)