Hello I have a problem I want to filter a gallery only if it meets a condition which is if the column "Status" = "Participant" where the "Event" = "lblTextoHome.Text" column if this is met then the following filter will be made
FirstN (
Filter (
Awards_1,
Event.Value = lblTextoHome.Text && Raffle = "No"
),
one
)
the formula does not give error but it does not show me anything check in the list and the status column if it is in "Participant" where the column "Event" = "lblTextoHome.Text"
