Hello all.
I am using a SharePoint list as a datasource. I have 3 columns that I would to merge into one search box. From there it will populate the SharePointForm1 on PowerApps.
I tried using a combobox and inputbox with the following formulas and they are not working. I am using these in the Items properties of the SharePointForm1 and I tried using it as the Items property of the 2 input boxes without success.
Filter(CSSD,StartsWith('ILT Course ID', ComboBox1.SearchText) || StartsWith('VILT Course ID', ComboBox1.SearchText) || StartsWith('Self Paced Course ID', ComboBox1.SearchText)
Search(CSSD, ComboBox1.SearchText,"ILT_x0020_Course_x0020_ID","VILT_x0020_Course_x0020_ID","Self_x0020_Paced_x0020_Course_x0")
I feel like I am missing something and but I can't figure it out.
Any thoughts?
Thank you for your time.