Howdy,
I'd like to add a text search box into my app but can't figure out how to add the formula within my existing formula. Any help would be very much appreciated.
Existing Gallery Items:
Ungroup(Table({Value: Blank()},{Value: Sort(ForAll(Distinct('Data List', 'Project Name'), {Result: ThisRecord.Value}),Result)}),"Value")
Need to embed:
Filter([@Data List], StartsWith('Project Name', TextInput2.Text))