I get this error when i select the 'All' value from my dropdown input option as shown below
These are the static and dynamic options that i've added in my dropdown input
This is the search query i used for the panel where i received the error
How do I fix this error?
I believe you are matching Target_Account_Name from the dropdown variable $changed$
is ALL in dropdown set to *?
is that right?
if yes, replace where with below
| search Target_Account_Name=*$changed$*
I believe you are matching Target_Account_Name from the dropdown variable $changed$
is ALL in dropdown set to *?
is that right?
if yes, replace where with below
| search Target_Account_Name=*$changed$*
@thambisetty Thank you for the solution