Hello,
I created a gallery of items from Sharepoint List .
I created a search Box (Textinput1) and under Items function of the gallery i am using the search code as
Search('PBB JE',TextInput1.Text,"Title") . PBB JE is the sharepoint list.
I am getting errors as 'Invalid Arguement Type' . (Table) , expecting a Text value instead"
The Title column is a Single line text field . I am not using any collection.
Not sure what is wrong here . Any help on this is highly appreciated to resolve this error.
Thank s & Regards