Hello @WarrenBelz
Could you assist me With this formula
As i am trying to get filter by status value on gallery . with previous code everything look nice and working now currently i add another dropdown for status filter
here is i am try to use this
Sort(
With(
{_IsAdmin: !IsBlank(LookUp('User ID Hahelp', 'Admin '.DisplayName = User().FullName))},
Filter(
'HH Power App',
'Created By'.DisplayName = User().FullName || _IsAdmin,
IsBlank(TextInput6.Text) || ID = Value(TextInput6.Text),
IsBlank(Dropdown1.Selected.Value) || Status = Dropdown1.Selected.Value
)
),
ID,
SortOrder.Descending
)
how do i add dropdown1 in this gallery want to view status of ticket