I have Radio Control1, ComboBox1, and Gallery1.
I have the need to combine multiple fields in the results of ComboBox1 if Radio Control1 is not blank.
If the Radio control is blank filter the Collection/Gallery1, A - Z by FullName (SP List column is Subscriber_Full_Name).
If 'FullName' is selected in the Radio Control1, filter the Collection by FullName (A-Z), with and Title column content.
Example: Smith, Joe, SMJO123
My first attempt was the following, but I am getting errors. What am I missing?
If(IsBlank(Maintenance_Filter_Choice_Radio_Control.Selected.Value),Filter(Concatenate(Subscriber_Address_Collection,Subscriber_Full_Name && Title)))

Report
All responses (
Answers (