I am a Newbie to Power Apps.
I am building a simple Power Apps on MS Team and share with my Team Group.
I use the default Dataverse as my database with 6 columns
After the Canvas apps is built, I can input data, but I cannot search.
Here more information:
Table Name: TIP
Some column Names: TIP, App, Rep
Search Box Name: textInputSearch
My syntax: Search(TIPS,textInputSearch.Text,"App")
It returns "The function 'Search' has some invalid arguments"
Please advise.