If(IsBlank(TextInput2), FluenceBusinessRecoveryPrograms, Filter (FluenceBusinessRecoveryPrograms, TextInput2.Text in Champion.DisplayName))
My datasource is Microsoft List "FluenceBusinessRecoveryProgram". My Microsoft list table is 27 rows.
"Champion" column is a persons or group column is set for multi-select.
TextInput2 is where I expect the user to enter the name
I tested it, and the equation works. But gives delegation error.
Ideally, I hoped that I could use the Concat function and Startswith but I get errors. So In practice, I can only type in one name in my column, and in my textbox, I have to type the full name correctly.
I hope someone can help me to correct at least the delegation issue.