i have a gallery that can display the most recent relevant field from a related table using the following formula that returns true/false values
LookUp(
Sort(
'Progress Notes',
ID,
Descending
),
RefID = ThisItem.ID,
'Escalation Required'.Value = "SWAT review"
)
Is there a way to incorporate this into the filter of my gallery to give the user the ability to filter if SWAT review or not based on a choice/dropdown/other control and have no delegation warnings? thanks

Report
All responses (
Answers (