Hi
I would like to change visible/nonvisible based on the item selected.
In below picture, if the Service Category Value includes Troubleshoot, I don't want to display 1.Symptom of trouble.

Now questions are
1. I write like this however error happens.
If(ThisItem.'Service Category' ="*TroubleShooting*",false,true)
The error says that data type is different. Since Service Category is table type, it is error? How can I solve this error?

2. I want to use wild card. Is it possible in PowerApps? If possible, how can I do it?