I’m not familiar with PowerApps and I inherited of a “Frequently asked questions” PowerApps in which there’s a list of question that are compiled in Sharepoint and then shown through a gallery in PowerApps. There’s another page in the PowerApps through which customers can ask question. However, some questions are personal, so they shouldn’t add themselves to the gallery even if they are added to the sharepoint file. Now, in the Data section of the Advanced panel on the right, I see a code in Items :
Search(FAQ_PAC;
SearchTextInput.Text;Question;Answer)
I believe the problem is there, but i don’t know what. What is the solution ?